Html Css Color HEX #F77028 Burnt Orange

📋 copy color: '#F77028'

red 247 ◦ green 112 ◦ blue 40

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

Shades of Burnt Orange #F77028

Tints of Burnt Orange #F77028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.03%

R = 61.9%
G = 28.07%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F77028 (or 0xF77028) is known color: Burnt Orange. HEX triplet: F7, 70 and 28. RGB value is (247,112,40). Sum of RGB (Red+Green+Blue) = 247+112+40=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F77028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77028 is #088FD7. Grayscale: #909090. Windows color (decimal): -561112 or 2650359. OLE color: 2650359.

HSL color Cylindrical-coordinate representation of color #F77028: hue angle of 20.87º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F77028 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 40 -
CMYK 0 0.55 0.84 0.03
HSL 20.87º 0.93% 0.56% -
HSV(B) 20.87º 0.84% 0.97% -
XYZ 44.53 31.52 5.74 -
YUV 144.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 247 112 40 0 0.55 0.84 0.03 20.87 0.93 0.56
Hex F7 70 28 0 37 54 3 15 5D 38
Octal 367 160 50 0 67 124 3 25 135 70
Binary 11110111 1110000 101000 0 110111 1010100 11 10101 1011101 111000

Color Harmonies of #F77028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77028

Black with #F77028

Text Example


Text Example

White with #F77028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77028; }

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

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

background-color css

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

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

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

border-color css

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

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

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