Html Css Color HEX #F77200 Safety Orange

📋 copy color: '#F77200'

red 247 ◦ green 114 ◦ blue 0

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

Shades of Safety Orange #F77200

Tints of Safety Orange #F77200

RGB

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

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

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

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F77200 (or 0xF77200) is known color: Safety Orange. HEX triplet: F7, 72 and 00. RGB value is (247,114,0). Sum of RGB (Red+Green+Blue) = 247+114+0=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F77200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77200 is #088DFF. Grayscale: #8D8D8D. Windows color (decimal): -560640 or 29431. OLE color: 29431.

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

Color convert

RGB 247 114 0 -
CMYK 0 0.54 1 0.03
HSL 27.69º 1% 0.48% -
HSV(B) 27.69º 1% 0.97% -
XYZ 44.38 31.81 3.8 -
YUV 140.77 48.56 203.77 -
System Red Green Blue C M Y K H S L
Decimal 247 114 0 0 0.54 1 0.03 27.69 1 0.48
Hex F7 72 0 0 36 64 3 1C 64 30
Octal 367 162 0 0 66 144 3 34 144 60
Binary 11110111 1110010 0 0 110110 1100100 11 11100 1100100 110000

Color Harmonies of #F77200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77200

Black with #F77200

Text Example


Text Example

White with #F77200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77200; }

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

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

background-color css

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

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

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

border-color css

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

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

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