Html Css Color HEX #F76001 Safety Orange

📋 copy color: '#F76001'

red 247 ◦ green 96 ◦ blue 1

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

Shades of Safety Orange #F76001

Tints of Safety Orange #F76001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 71.8%
G = 27.91%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F76001 (or 0xF76001) is known color: Safety Orange. HEX triplet: F7, 60 and 01. RGB value is (247,96,1). Sum of RGB (Red+Green+Blue) = 247+96+1=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F76001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76001 is #089FFE. Grayscale: #828282. Windows color (decimal): -565247 or 90359. OLE color: 90359.

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

Color convert

RGB 247 96 1 -
CMYK 0 0.61 1.00 0.03
HSL 23.17º 0.99% 0.49% -
HSV(B) 23.17º 1% 0.97% -
XYZ 42.55 28.14 3.22 -
YUV 130.32 55.03 211.22 -
System Red Green Blue C M Y K H S L
Decimal 247 96 1 0 0.61 1.00 0.03 23.17 0.99 0.49
Hex F7 60 1 0 3D 64 3 17 63 31
Octal 367 140 1 0 75 144 3 27 143 61
Binary 11110111 1100000 1 0 111101 1100100 11 10111 1100011 110001

Color Harmonies of #F76001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76001

Black with #F76001

Text Example


Text Example

White with #F76001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76001; }

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

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

background-color css

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

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

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

border-color css

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

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

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