Html Css Color HEX #F77131 Burnt Orange

📋 copy color: '#F77131'

red 247 ◦ green 113 ◦ blue 49

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

Shades of Burnt Orange #F77131

Tints of Burnt Orange #F77131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 60.39%
G = 27.63%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F77131 (or 0xF77131) is known color: Burnt Orange. HEX triplet: F7, 71 and 31. RGB value is (247,113,49). Sum of RGB (Red+Green+Blue) = 247+113+49=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F77131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77131 is #088ECE. Grayscale: #929292. Windows color (decimal): -560847 or 3240439. OLE color: 3240439.

HSL color Cylindrical-coordinate representation of color #F77131: hue angle of 19.39º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F77131 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 113 49 -
CMYK 0 0.54 0.80 0.03
HSL 19.39º 0.93% 0.58% -
HSV(B) 19.39º 0.8% 0.97% -
XYZ 44.82 31.81 6.68 -
YUV 145.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 247 113 49 0 0.54 0.80 0.03 19.39 0.93 0.58
Hex F7 71 31 0 36 50 3 13 5D 3A
Octal 367 161 61 0 66 120 3 23 135 72
Binary 11110111 1110001 110001 0 110110 1010000 11 10011 1011101 111010

Color Harmonies of #F77131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77131

Black with #F77131

Text Example


Text Example

White with #F77131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77131; }

 p { color: rgb(247,113,49); }

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

background-color css

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

 a { background-color: rgb(247,113,49); }

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

border-color css

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

 span { border-color: rgb(247,113,49); }

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