Color Hex Logo

#f16030 Color Hex

#F16030
(241,96,48)
0 Favorites   0 Comments

Color spaces of #f16030

RGB 2419648
HSL0.040.870.57
HSV15°80°95°
CMYK 0.000.600.80   0.05
XYZ40.992027.27995.9013
Yxy27.27990.55270.3678
Hunter Lab52.230248.690129.8621
CIE-Lab59.232553.488554.0234

#f16030 color RGB value is (241,96,48).

#f16030 hex color red value is 241, green value is 96 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f16030 hue: 0.04 , saturation: 0.87 and the lightness value of f16030 is 0.57.

The process color (four color CMYK) of #f16030 color hex is 0.00, 0.60, 0.80, 0.05. Web safe color of #f16030 is #ff6633. Color #f16030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100000 00110000
Octal 361 140 60
Decimal 241 96 48
Hex F1 60 30

RGB Percentages of Color #f16030

%62.60
%24.94
%12.47

CMYK Percentages of Color #f16030

%0
%60
%80
%5

Triadic Colors of #f16030

#f16030 #30f160 #6030f1

Analogous Colors of #f16030

#f16030 #f1c130 #f13060

Monochromatic Colors of #f16030

#f16030

Complementary Color

#f16030 #30c1f1

#f16030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16030 Color CSS Codes

.mybgcolor {background-color:#f16030; } 
.myforecolor {color:#f16030; }
.mybordercolor {border:3px solid #f16030; }

#f16030 Text Font Color

<p style="color:#f16030">Text here</p>

This sample text font color is #f16030
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f16030 Background Color

<div style="background-color:#f16030">
Div content here</div>

This div background color is #f16030


#f16030 Border Color

<div style="border:3px solid #f16030">
Div here</div>

This div border color is #f16030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,96,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f16030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f16030;
  -webkit-box-shadow: 1px 1px 3px 2px #f16030;
  box-shadow:         1px 1px 3px 2px #f16030; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,96,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f16030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f16030;
  -webkit-box-shadow: 1px 1px 3px 2px #f16030;
  box-shadow:         1px 1px 3px 2px #f16030;">
Div content here</div>

This div box has shadow with color #f16030


Comments

No comments written yet.

Please login to write comment.