Html Css Color HEX #F76200 Safety Orange

📋 copy color: '#F76200'

red 247 ◦ green 98 ◦ blue 0

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

Shades of Safety Orange #F76200

Tints of Safety Orange #F76200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 71.59%
G = 28.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F76200 (or 0xF76200) is known color: Safety Orange. HEX triplet: F7, 62 and 00. RGB value is (247,98,0). Sum of RGB (Red+Green+Blue) = 247+98+0=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F76200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76200 is #089DFF. Grayscale: #838383. Windows color (decimal): -564736 or 25335. OLE color: 25335.

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

Color convert

RGB 247 98 0 -
CMYK 0 0.60 1 0.03
HSL 23.81º 1% 0.48% -
HSV(B) 23.81º 1% 0.97% -
XYZ 42.73 28.51 3.25 -
YUV 131.38 53.86 210.47 -
System Red Green Blue C M Y K H S L
Decimal 247 98 0 0 0.60 1 0.03 23.81 1 0.48
Hex F7 62 0 0 3C 64 3 18 64 30
Octal 367 142 0 0 74 144 3 30 144 60
Binary 11110111 1100010 0 0 111100 1100100 11 11000 1100100 110000

Color Harmonies of #F76200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76200

Black with #F76200

Text Example


Text Example

White with #F76200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76200; }

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

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

background-color css

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

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

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

border-color css

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

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

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