Html Css Color HEX #F56E2C Burnt Orange

📋 copy color: '#F56E2C'

red 245 ◦ green 110 ◦ blue 44

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

Shades of Burnt Orange #F56E2C

Tints of Burnt Orange #F56E2C

RGB

 RED value IS 245 (96.09% from 255) = 61.4%

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 61.4%
G = 27.57%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F56E2C (or 0xF56E2C) is known color: Burnt Orange. HEX triplet: F5, 6E and 2C. RGB value is (245,110,44). Sum of RGB (Red+Green+Blue) = 245+110+44=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56E2C is #0A91D3. Grayscale: #8F8F8F. Windows color (decimal): -692692 or 2911989. OLE color: 2911989.

HSL color Cylindrical-coordinate representation of color #F56E2C: hue angle of 19.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F56E2C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 110 44 -
CMYK 0 0.55 0.82 0.04
HSL 19.7º 0.91% 0.57% -
HSV(B) 19.7º 0.82% 0.96% -
XYZ 43.69 30.75 6.01 -
YUV 142.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 245 110 44 0 0.55 0.82 0.04 19.7 0.91 0.57
Hex F5 6E 2C 0 37 52 4 14 5B 39
Octal 365 156 54 0 67 122 4 24 133 71
Binary 11110101 1101110 101100 0 110111 1010010 100 10100 1011011 111001

Color Harmonies of #F56E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56E2C

Black with #F56E2C

Text Example


Text Example

White with #F56E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56E2C; }

 p { color: rgb(245,110,44); }

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

background-color css

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

 a { background-color: rgb(245,110,44); }

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

border-color css

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

 span { border-color: rgb(245,110,44); }

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