Html Css Color HEX #F57006 Safety Orange

📋 copy color: '#F57006'

red 245 ◦ green 112 ◦ blue 6

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

Shades of Safety Orange #F57006

Tints of Safety Orange #F57006

RGB

 RED value IS 245 (96.09% from 255) = 67.49%

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 67.49%
G = 30.85%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F57006 (or 0xF57006) is known color: Safety Orange. HEX triplet: F5, 70 and 06. RGB value is (245,112,6). Sum of RGB (Red+Green+Blue) = 245+112+6=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F57006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57006 is #0A8FF9. Grayscale: #8C8C8C. Windows color (decimal): -692218 or 422133. OLE color: 422133.

HSL color Cylindrical-coordinate representation of color #F57006: hue angle of 26.61º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F57006 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 6 -
CMYK 0 0.54 0.98 0.04
HSL 26.61º 0.95% 0.49% -
HSV(B) 26.61º 0.98% 0.96% -
XYZ 43.48 31.01 3.87 -
YUV 139.68 52.56 203.12 -
System Red Green Blue C M Y K H S L
Decimal 245 112 6 0 0.54 0.98 0.04 26.61 0.95 0.49
Hex F5 70 6 0 36 62 4 1B 5F 31
Octal 365 160 6 0 66 142 4 33 137 61
Binary 11110101 1110000 110 0 110110 1100010 100 11011 1011111 110001

Color Harmonies of #F57006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57006

Black with #F57006

Text Example


Text Example

White with #F57006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57006; }

 p { color: rgb(245,112,6); }

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

background-color css

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

 a { background-color: rgb(245,112,6); }

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

border-color css

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

 span { border-color: rgb(245,112,6); }

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