Html Css Color HEX #F16809 Safety Orange

📋 copy color: '#F16809'

red 241 ◦ green 104 ◦ blue 9

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

Shades of Safety Orange #F16809

Tints of Safety Orange #F16809

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 68.08%
G = 29.38%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F16809 (or 0xF16809) is known color: Safety Orange. HEX triplet: F1, 68 and 09. RGB value is (241,104,9). Sum of RGB (Red+Green+Blue) = 241+104+9=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F16809 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16809 is #0E97F6. Grayscale: #868686. Windows color (decimal): -956407 or 616689. OLE color: 616689.

HSL color Cylindrical-coordinate representation of color #F16809: hue angle of 24.57º 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 #F16809 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 104 9 -
CMYK 0 0.57 0.96 0.05
HSL 24.57º 0.93% 0.49% -
HSV(B) 24.57º 0.96% 0.95% -
XYZ 41.28 28.62 3.61 -
YUV 134.13 57.39 204.22 -
System Red Green Blue C M Y K H S L
Decimal 241 104 9 0 0.57 0.96 0.05 24.57 0.93 0.49
Hex F1 68 9 0 39 60 5 19 5D 31
Octal 361 150 11 0 71 140 5 31 135 61
Binary 11110001 1101000 1001 0 111001 1100000 101 11001 1011101 110001

Color Harmonies of #F16809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16809

Black with #F16809

Text Example


Text Example

White with #F16809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16809; }

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

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

background-color css

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

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

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

border-color css

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

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

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