Html Css Color HEX #F77A2C Burnt Orange

📋 copy color: '#F77A2C'

red 247 ◦ green 122 ◦ blue 44

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

Shades of Burnt Orange #F77A2C

Tints of Burnt Orange #F77A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

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

R = 59.81%
G = 29.54%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F77A2C (or 0xF77A2C) is known color: Burnt Orange. HEX triplet: F7, 7A and 2C. RGB value is (247,122,44). Sum of RGB (Red+Green+Blue) = 247+122+44=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A2C is #0885D3. Grayscale: #969696. Windows color (decimal): -558548 or 2915063. OLE color: 2915063.

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

Color convert

RGB 247 122 44 -
CMYK 0 0.51 0.82 0.03
HSL 23.05º 0.93% 0.57% -
HSV(B) 23.05º 0.82% 0.97% -
XYZ 45.77 33.88 6.51 -
YUV 150.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 247 122 44 0 0.51 0.82 0.03 23.05 0.93 0.57
Hex F7 7A 2C 0 33 52 3 17 5D 39
Octal 367 172 54 0 63 122 3 27 135 71
Binary 11110111 1111010 101100 0 110011 1010010 11 10111 1011101 111001

Color Harmonies of #F77A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A2C

Black with #F77A2C

Text Example


Text Example

White with #F77A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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