Html Css Color HEX #F76100 Safety Orange

📋 copy color: '#F76100'

red 247 ◦ green 97 ◦ blue 0

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

Shades of Safety Orange #F76100

Tints of Safety Orange #F76100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 71.8%
G = 28.2%
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

#F76100 (or 0xF76100) is known color: Safety Orange. HEX triplet: F7, 61 and 00. RGB value is (247,97,0). Sum of RGB (Red+Green+Blue) = 247+97+0=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F76100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76100 is #089EFF. Grayscale: #838383. Windows color (decimal): -564992 or 25079. OLE color: 25079.

HSL color Cylindrical-coordinate representation of color #F76100: hue angle of 23.56º 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 #F76100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 97 0 -
CMYK 0 0.61 1 0.03
HSL 23.56º 1% 0.48% -
HSV(B) 23.56º 1% 0.97% -
XYZ 42.63 28.32 3.22 -
YUV 130.79 54.2 210.89 -
System Red Green Blue C M Y K H S L
Decimal 247 97 0 0 0.61 1 0.03 23.56 1 0.48
Hex F7 61 0 0 3D 64 3 18 64 30
Octal 367 141 0 0 75 144 3 30 144 60
Binary 11110111 1100001 0 0 111101 1100100 11 11000 1100100 110000

Color Harmonies of #F76100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76100

Black with #F76100

Text Example


Text Example

White with #F76100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76100; }

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

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

background-color css

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

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

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

border-color css

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

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

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