Html Css Color HEX #F16609 Safety Orange

📋 copy color: '#F16609'

red 241 ◦ green 102 ◦ blue 9

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

Shades of Safety Orange #F16609

Tints of Safety Orange #F16609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 68.47%
G = 28.98%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F16609 (or 0xF16609) is known color: Safety Orange. HEX triplet: F1, 66 and 09. RGB value is (241,102,9). Sum of RGB (Red+Green+Blue) = 241+102+9=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F16609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16609 is #0E99F6. Grayscale: #858585. Windows color (decimal): -956919 or 616177. OLE color: 616177.

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

Color convert

RGB 241 102 9 -
CMYK 0 0.58 0.96 0.05
HSL 24.05º 0.93% 0.49% -
HSV(B) 24.05º 0.96% 0.95% -
XYZ 41.08 28.22 3.54 -
YUV 132.96 58.05 205.06 -
System Red Green Blue C M Y K H S L
Decimal 241 102 9 0 0.58 0.96 0.05 24.05 0.93 0.49
Hex F1 66 9 0 3A 60 5 18 5D 31
Octal 361 146 11 0 72 140 5 30 135 61
Binary 11110001 1100110 1001 0 111010 1100000 101 11000 1011101 110001

Color Harmonies of #F16609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16609

Black with #F16609

Text Example


Text Example

White with #F16609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16609; }

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

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

background-color css

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

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

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

border-color css

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

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

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