Html Css Color HEX #F76101 Safety Orange

📋 copy color: '#F76101'

red 247 ◦ green 97 ◦ blue 1

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

Shades of Safety Orange #F76101

Tints of Safety Orange #F76101

RGB

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

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

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

R = 71.59%
G = 28.12%
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

#F76101 (or 0xF76101) is known color: Safety Orange. HEX triplet: F7, 61 and 01. RGB value is (247,97,1). Sum of RGB (Red+Green+Blue) = 247+97+1=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F76101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76101 is #089EFE. Grayscale: #838383. Windows color (decimal): -564991 or 90615. OLE color: 90615.

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

Color convert

RGB 247 97 1 -
CMYK 0 0.61 1.00 0.03
HSL 23.41º 0.99% 0.49% -
HSV(B) 23.41º 1% 0.97% -
XYZ 42.64 28.33 3.25 -
YUV 130.91 54.7 210.81 -
System Red Green Blue C M Y K H S L
Decimal 247 97 1 0 0.61 1.00 0.03 23.41 0.99 0.49
Hex F7 61 1 0 3D 64 3 17 63 31
Octal 367 141 1 0 75 144 3 27 143 61
Binary 11110111 1100001 1 0 111101 1100100 11 10111 1100011 110001

Color Harmonies of #F76101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76101

Black with #F76101

Text Example


Text Example

White with #F76101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76101; }

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

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

background-color css

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

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

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

border-color css

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

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

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