Html Css Color HEX #F76201 Safety Orange

📋 copy color: '#F76201'

red 247 ◦ green 98 ◦ blue 1

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

Shades of Safety Orange #F76201

Tints of Safety Orange #F76201

RGB

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

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

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

R = 71.39%
G = 28.32%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F76201 (or 0xF76201) is known color: Safety Orange. HEX triplet: F7, 62 and 01. RGB value is (247,98,1). Sum of RGB (Red+Green+Blue) = 247+98+1=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F76201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76201 is #089DFE. Grayscale: #848484. Windows color (decimal): -564735 or 90871. OLE color: 90871.

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

Color convert

RGB 247 98 1 -
CMYK 0 0.60 1.00 0.03
HSL 23.66º 0.99% 0.49% -
HSV(B) 23.66º 1% 0.97% -
XYZ 42.73 28.51 3.28 -
YUV 131.49 54.36 210.39 -
System Red Green Blue C M Y K H S L
Decimal 247 98 1 0 0.60 1.00 0.03 23.66 0.99 0.49
Hex F7 62 1 0 3C 64 3 18 63 31
Octal 367 142 1 0 74 144 3 30 143 61
Binary 11110111 1100010 1 0 111100 1100100 11 11000 1100011 110001

Color Harmonies of #F76201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76201

Black with #F76201

Text Example


Text Example

White with #F76201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76201; }

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

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

background-color css

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

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

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

border-color css

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

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

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