Html Css Color HEX #F16806 Safety Orange

📋 copy color: '#F16806'

red 241 ◦ green 104 ◦ blue 6

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

Shades of Safety Orange #F16806

Tints of Safety Orange #F16806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 68.66%
G = 29.63%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16806 (or 0xF16806) is known color: Safety Orange. HEX triplet: F1, 68 and 06. RGB value is (241,104,6). Sum of RGB (Red+Green+Blue) = 241+104+6=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F16806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16806 is #0E97F9. Grayscale: #868686. Windows color (decimal): -956410 or 420081. OLE color: 420081.

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

Color convert

RGB 241 104 6 -
CMYK 0 0.57 0.98 0.05
HSL 25.02º 0.95% 0.48% -
HSV(B) 25.02º 0.98% 0.95% -
XYZ 41.26 28.61 3.52 -
YUV 133.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 241 104 6 0 0.57 0.98 0.05 25.02 0.95 0.48
Hex F1 68 6 0 39 62 5 19 5F 30
Octal 361 150 6 0 71 142 5 31 137 60
Binary 11110001 1101000 110 0 111001 1100010 101 11001 1011111 110000

Color Harmonies of #F16806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16806

Black with #F16806

Text Example


Text Example

White with #F16806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16806; }

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

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

background-color css

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

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

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

border-color css

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

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

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