Html Css Color HEX #F77031 Burnt Orange

📋 copy color: '#F77031'

red 247 ◦ green 112 ◦ blue 49

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

Shades of Burnt Orange #F77031

Tints of Burnt Orange #F77031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.45%

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

R = 60.54%
G = 27.45%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F77031 (or 0xF77031) is known color: Burnt Orange. HEX triplet: F7, 70 and 31. RGB value is (247,112,49). Sum of RGB (Red+Green+Blue) = 247+112+49=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F77031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77031 is #088FCE. Grayscale: #919191. Windows color (decimal): -561103 or 3240183. OLE color: 3240183.

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

Color convert

RGB 247 112 49 -
CMYK 0 0.55 0.80 0.03
HSL 19.09º 0.93% 0.58% -
HSV(B) 19.09º 0.8% 0.97% -
XYZ 44.71 31.58 6.65 -
YUV 145.18 73.73 200.62 -
System Red Green Blue C M Y K H S L
Decimal 247 112 49 0 0.55 0.80 0.03 19.09 0.93 0.58
Hex F7 70 31 0 37 50 3 13 5D 3A
Octal 367 160 61 0 67 120 3 23 135 72
Binary 11110111 1110000 110001 0 110111 1010000 11 10011 1011101 111010

Color Harmonies of #F77031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77031

Black with #F77031

Text Example


Text Example

White with #F77031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77031; }

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

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

background-color css

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

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

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

border-color css

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

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

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