Html Css Color HEX #F76000 Safety Orange

📋 copy color: '#F76000'

red 247 ◦ green 96 ◦ blue 0

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

Shades of Safety Orange #F76000

Tints of Safety Orange #F76000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.01%
G = 27.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F76000 (or 0xF76000) is known color: Safety Orange. HEX triplet: F7, 60 and 00. RGB value is (247,96,0). Sum of RGB (Red+Green+Blue) = 247+96+0=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F76000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76000 is #089FFF. Grayscale: #828282. Windows color (decimal): -565248 or 24823. OLE color: 24823.

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

Color convert

RGB 247 96 0 -
CMYK 0 0.61 1 0.03
HSL 23.32º 1% 0.48% -
HSV(B) 23.32º 1% 0.97% -
XYZ 42.54 28.14 3.19 -
YUV 130.21 54.53 211.31 -
System Red Green Blue C M Y K H S L
Decimal 247 96 0 0 0.61 1 0.03 23.32 1 0.48
Hex F7 60 0 0 3D 64 3 17 64 30
Octal 367 140 0 0 75 144 3 27 144 60
Binary 11110111 1100000 0 0 111101 1100100 11 10111 1100100 110000

Color Harmonies of #F76000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76000

Black with #F76000

Text Example


Text Example

White with #F76000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76000; }

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

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

background-color css

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

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

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

border-color css

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

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

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