Html Css Color HEX #F76008 Safety Orange

📋 copy color: '#F76008'

red 247 ◦ green 96 ◦ blue 8

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

Shades of Safety Orange #F76008

Tints of Safety Orange #F76008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 70.37%
G = 27.35%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F76008 (or 0xF76008) is known color: Safety Orange. HEX triplet: F7, 60 and 08. RGB value is (247,96,8). Sum of RGB (Red+Green+Blue) = 247+96+8=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F76008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76008 is #089FF7. Grayscale: #838383. Windows color (decimal): -565240 or 549111. OLE color: 549111.

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

Color convert

RGB 247 96 8 -
CMYK 0 0.61 0.97 0.03
HSL 22.09º 0.94% 0.5% -
HSV(B) 22.09º 0.97% 0.97% -
XYZ 42.58 28.16 3.42 -
YUV 131.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 247 96 8 0 0.61 0.97 0.03 22.09 0.94 0.5
Hex F7 60 8 0 3D 61 3 16 5E 32
Octal 367 140 10 0 75 141 3 26 136 62
Binary 11110111 1100000 1000 0 111101 1100001 11 10110 1011110 110010

Color Harmonies of #F76008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76008

Black with #F76008

Text Example


Text Example

White with #F76008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76008; }

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

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

background-color css

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

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

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

border-color css

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

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

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