Html Css Color HEX #F77201 Safety Orange

📋 copy color: '#F77201'

red 247 ◦ green 114 ◦ blue 1

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

Shades of Safety Orange #F77201

Tints of Safety Orange #F77201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 68.23%
G = 31.49%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F77201 (or 0xF77201) is known color: Safety Orange. HEX triplet: F7, 72 and 01. RGB value is (247,114,1). Sum of RGB (Red+Green+Blue) = 247+114+1=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F77201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77201 is #088DFE. Grayscale: #8D8D8D. Windows color (decimal): -560639 or 94967. OLE color: 94967.

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

Color convert

RGB 247 114 1 -
CMYK 0 0.54 1.00 0.03
HSL 27.56º 0.99% 0.49% -
HSV(B) 27.56º 1% 0.97% -
XYZ 44.38 31.81 3.83 -
YUV 140.89 49.06 203.69 -
System Red Green Blue C M Y K H S L
Decimal 247 114 1 0 0.54 1.00 0.03 27.56 0.99 0.49
Hex F7 72 1 0 36 64 3 1C 63 31
Octal 367 162 1 0 66 144 3 34 143 61
Binary 11110111 1110010 1 0 110110 1100100 11 11100 1100011 110001

Color Harmonies of #F77201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77201

Black with #F77201

Text Example


Text Example

White with #F77201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77201; }

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

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

background-color css

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

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

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

border-color css

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

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

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