Html Css Color HEX #F16600 Safety Orange

📋 copy color: '#F16600'

red 241 ◦ green 102 ◦ blue 0

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

Shades of Safety Orange #F16600

Tints of Safety Orange #F16600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.26%
G = 29.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F16600 (or 0xF16600) is known color: Safety Orange. HEX triplet: F1, 66 and 00. RGB value is (241,102,0). Sum of RGB (Red+Green+Blue) = 241+102+0=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16600 is #0E99FF. Grayscale: #848484. Windows color (decimal): -956928 or 26353. OLE color: 26353.

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

Color convert

RGB 241 102 0 -
CMYK 0 0.58 1 0.05
HSL 25.39º 1% 0.47% -
HSV(B) 25.39º 1% 0.95% -
XYZ 41.03 28.2 3.28 -
YUV 131.93 53.55 205.79 -
System Red Green Blue C M Y K H S L
Decimal 241 102 0 0 0.58 1 0.05 25.39 1 0.47
Hex F1 66 0 0 3A 64 5 19 64 2F
Octal 361 146 0 0 72 144 5 31 144 57
Binary 11110001 1100110 0 0 111010 1100100 101 11001 1100100 101111

Color Harmonies of #F16600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16600

Black with #F16600

Text Example


Text Example

White with #F16600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16600; }

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

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

background-color css

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

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

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

border-color css

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

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

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