Html Css Color HEX #F16604 Safety Orange

📋 copy color: '#F16604'

red 241 ◦ green 102 ◦ blue 4

#F16604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F16604

Tints of Safety Orange #F16604

RGB

 RED value IS 241 (94.53% from 255) = 69.45%

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 69.45%
G = 29.39%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F16604 (or 0xF16604) is known color: Safety Orange. HEX triplet: F1, 66 and 04. RGB value is (241,102,4). Sum of RGB (Red+Green+Blue) = 241+102+4=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F16604 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16604 is #0E99FB. Grayscale: #848484. Windows color (decimal): -956924 or 288497. OLE color: 288497.

HSL color Cylindrical-coordinate representation of color #F16604: hue angle of 24.81º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F16604 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 4 -
CMYK 0 0.58 0.98 0.05
HSL 24.81º 0.97% 0.48% -
HSV(B) 24.81º 0.98% 0.95% -
XYZ 41.05 28.21 3.4 -
YUV 132.39 55.55 205.47 -
System Red Green Blue C M Y K H S L
Decimal 241 102 4 0 0.58 0.98 0.05 24.81 0.97 0.48
Hex F1 66 4 0 3A 62 5 19 61 30
Octal 361 146 4 0 72 142 5 31 141 60
Binary 11110001 1100110 100 0 111010 1100010 101 11001 1100001 110000

Color Harmonies of #F16604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16604

Black with #F16604

Text Example


Text Example

White with #F16604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16604; }

 p { color: rgb(241,102,4); }

 H1.HeaderClassName
 {
   color: #F16604;
 }
 .AnyTagClassName
 {
   color: #F16604;
 }
</style>

background-color css

<style>
 a { background-color: #F16604; }

 a { background-color: rgb(241,102,4); }

 div.DivClassName
 {
   background-color: #F16604;
 }
 .BgClassName
 {
   background-color: #F16604;
 }
</style>

border-color css

<style>
 span { border-color: #F16604; }

 span { border-color: rgb(241,102,4); }

 td.TdClassName
 {
   border-color: #F16604;
 }
 .TagClassName
 {
   border-color: #F16604;
 }
</style>