Html Css Color HEX #F77202 Safety Orange

📋 copy color: '#F77202'

red 247 ◦ green 114 ◦ blue 2

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

Shades of Safety Orange #F77202

Tints of Safety Orange #F77202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 68.04%
G = 31.4%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F77202 (or 0xF77202) is known color: Safety Orange. HEX triplet: F7, 72 and 02. RGB value is (247,114,2). Sum of RGB (Red+Green+Blue) = 247+114+2=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F77202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77202 is #088DFD. Grayscale: #8D8D8D. Windows color (decimal): -560638 or 160503. OLE color: 160503.

HSL color Cylindrical-coordinate representation of color #F77202: hue angle of 27.43º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F77202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 114 2 -
CMYK 0 0.54 0.99 0.03
HSL 27.43º 0.98% 0.49% -
HSV(B) 27.43º 0.99% 0.97% -
XYZ 44.39 31.81 3.86 -
YUV 141 49.56 203.61 -
System Red Green Blue C M Y K H S L
Decimal 247 114 2 0 0.54 0.99 0.03 27.43 0.98 0.49
Hex F7 72 2 0 36 63 3 1B 62 31
Octal 367 162 2 0 66 143 3 33 142 61
Binary 11110111 1110010 10 0 110110 1100011 11 11011 1100010 110001

Color Harmonies of #F77202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77202

Black with #F77202

Text Example


Text Example

White with #F77202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77202; }

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

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

background-color css

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

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

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

border-color css

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

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

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