Html Css Color HEX #F66110 Safety Orange

📋 copy color: '#F66110'

red 246 ◦ green 97 ◦ blue 16

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

Shades of Safety Orange #F66110

Tints of Safety Orange #F66110

RGB

 RED value IS 246 (96.48% from 255) = 68.52%

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 68.52%
G = 27.02%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F66110 (or 0xF66110) is known color: Safety Orange. HEX triplet: F6, 61 and 10. RGB value is (246,97,16). Sum of RGB (Red+Green+Blue) = 246+97+16=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F66110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66110 is #099EEF. Grayscale: #848484. Windows color (decimal): -630512 or 1073654. OLE color: 1073654.

HSL color Cylindrical-coordinate representation of color #F66110: hue angle of 21.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66110 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 97 16 -
CMYK 0 0.61 0.93 0.04
HSL 21.13º 0.93% 0.51% -
HSV(B) 21.13º 0.93% 0.96% -
XYZ 42.37 28.18 3.7 -
YUV 132.32 62.36 209.09 -
System Red Green Blue C M Y K H S L
Decimal 246 97 16 0 0.61 0.93 0.04 21.13 0.93 0.51
Hex F6 61 10 0 3D 5D 4 15 5D 33
Octal 366 141 20 0 75 135 4 25 135 63
Binary 11110110 1100001 10000 0 111101 1011101 100 10101 1011101 110011

Color Harmonies of #F66110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66110

Black with #F66110

Text Example


Text Example

White with #F66110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66110; }

 p { color: rgb(246,97,16); }

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

background-color css

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

 a { background-color: rgb(246,97,16); }

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

border-color css

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

 span { border-color: rgb(246,97,16); }

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