Html Css Color HEX #F76006 Safety Orange

📋 copy color: '#F76006'

red 247 ◦ green 96 ◦ blue 6

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

Shades of Safety Orange #F76006

Tints of Safety Orange #F76006

RGB

 RED value IS 247 (96.88% from 255) = 70.77%

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 70.77%
G = 27.51%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F76006 (or 0xF76006) is known color: Safety Orange. HEX triplet: F7, 60 and 06. RGB value is (247,96,6). Sum of RGB (Red+Green+Blue) = 247+96+6=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F76006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76006 is #089FF9. Grayscale: #838383. Windows color (decimal): -565242 or 418039. OLE color: 418039.

HSL color Cylindrical-coordinate representation of color #F76006: hue angle of 22.41º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F76006 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 6 -
CMYK 0 0.61 0.98 0.03
HSL 22.41º 0.95% 0.5% -
HSV(B) 22.41º 0.98% 0.97% -
XYZ 42.57 28.15 3.36 -
YUV 130.89 57.53 210.82 -
System Red Green Blue C M Y K H S L
Decimal 247 96 6 0 0.61 0.98 0.03 22.41 0.95 0.5
Hex F7 60 6 0 3D 62 3 16 5F 32
Octal 367 140 6 0 75 142 3 26 137 62
Binary 11110111 1100000 110 0 111101 1100010 11 10110 1011111 110010

Color Harmonies of #F76006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76006

Black with #F76006

Text Example


Text Example

White with #F76006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76006; }

 p { color: rgb(247,96,6); }

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

background-color css

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

 a { background-color: rgb(247,96,6); }

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

border-color css

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

 span { border-color: rgb(247,96,6); }

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