Html Css Color HEX #F66113 Safety Orange

📋 copy color: '#F66113'

red 246 ◦ green 97 ◦ blue 19

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

Shades of Safety Orange #F66113

Tints of Safety Orange #F66113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 67.96%
G = 26.8%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F66113 (or 0xF66113) is known color: Safety Orange. HEX triplet: F6, 61 and 13. RGB value is (246,97,19). Sum of RGB (Red+Green+Blue) = 246+97+19=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F66113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66113 is #099EEC. Grayscale: #858585. Windows color (decimal): -630509 or 1270262. OLE color: 1270262.

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

Color convert

RGB 246 97 19 -
CMYK 0 0.61 0.92 0.04
HSL 20.62º 0.93% 0.52% -
HSV(B) 20.62º 0.92% 0.96% -
XYZ 42.4 28.19 3.82 -
YUV 132.66 63.86 208.84 -
System Red Green Blue C M Y K H S L
Decimal 246 97 19 0 0.61 0.92 0.04 20.62 0.93 0.52
Hex F6 61 13 0 3D 5C 4 15 5D 34
Octal 366 141 23 0 75 134 4 25 135 64
Binary 11110110 1100001 10011 0 111101 1011100 100 10101 1011101 110100

Color Harmonies of #F66113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66113

Black with #F66113

Text Example


Text Example

White with #F66113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66113; }

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

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

background-color css

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

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

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

border-color css

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

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

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