Html Css Color HEX #F77F2C Burnt Orange

📋 copy color: '#F77F2C'

red 247 ◦ green 127 ◦ blue 44

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

Shades of Burnt Orange #F77F2C

Tints of Burnt Orange #F77F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 59.09%
G = 30.38%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F77F2C (or 0xF77F2C) is known color: Burnt Orange. HEX triplet: F7, 7F and 2C. RGB value is (247,127,44). Sum of RGB (Red+Green+Blue) = 247+127+44=418 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.09% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F2C is #0880D3. Grayscale: #999999. Windows color (decimal): -557268 or 2916343. OLE color: 2916343.

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

Color convert

RGB 247 127 44 -
CMYK 0 0.49 0.82 0.03
HSL 24.53º 0.93% 0.57% -
HSV(B) 24.53º 0.82% 0.97% -
XYZ 46.4 35.13 6.72 -
YUV 153.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 247 127 44 0 0.49 0.82 0.03 24.53 0.93 0.57
Hex F7 7F 2C 0 31 52 3 19 5D 39
Octal 367 177 54 0 61 122 3 31 135 71
Binary 11110111 1111111 101100 0 110001 1010010 11 11001 1011101 111001

Color Harmonies of #F77F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F2C

Black with #F77F2C

Text Example


Text Example

White with #F77F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F2C; }

 p { color: rgb(247,127,44); }

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

background-color css

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

 a { background-color: rgb(247,127,44); }

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

border-color css

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

 span { border-color: rgb(247,127,44); }

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