Html Css Color HEX #F77128 Burnt Orange

📋 copy color: '#F77128'

red 247 ◦ green 113 ◦ blue 40

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

Shades of Burnt Orange #F77128

Tints of Burnt Orange #F77128

RGB

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

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

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

R = 61.75%
G = 28.25%
B = 10%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F77128 (or 0xF77128) is known color: Burnt Orange. HEX triplet: F7, 71 and 28. RGB value is (247,113,40). Sum of RGB (Red+Green+Blue) = 247+113+40=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F77128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77128 is #088ED7. Grayscale: #919191. Windows color (decimal): -560856 or 2650615. OLE color: 2650615.

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

Color convert

RGB 247 113 40 -
CMYK 0 0.54 0.84 0.03
HSL 21.16º 0.93% 0.56% -
HSV(B) 21.16º 0.84% 0.97% -
XYZ 44.65 31.74 5.78 -
YUV 144.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 247 113 40 0 0.54 0.84 0.03 21.16 0.93 0.56
Hex F7 71 28 0 36 54 3 15 5D 38
Octal 367 161 50 0 66 124 3 25 135 70
Binary 11110111 1110001 101000 0 110110 1010100 11 10101 1011101 111000

Color Harmonies of #F77128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77128

Black with #F77128

Text Example


Text Example

White with #F77128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77128; }

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

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

background-color css

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

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

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

border-color css

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

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

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