Html Css Color HEX #F56C2E Burnt Orange

📋 copy color: '#F56C2E'

red 245 ◦ green 108 ◦ blue 46

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

Shades of Burnt Orange #F56C2E

Tints of Burnt Orange #F56C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 61.4%
G = 27.07%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F56C2E (or 0xF56C2E) is known color: Burnt Orange. HEX triplet: F5, 6C and 2E. RGB value is (245,108,46). Sum of RGB (Red+Green+Blue) = 245+108+46=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C2E is #0A93D1. Grayscale: #8E8E8E. Windows color (decimal): -693202 or 3042549. OLE color: 3042549.

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

Color convert

RGB 245 108 46 -
CMYK 0 0.56 0.81 0.04
HSL 18.69º 0.91% 0.57% -
HSV(B) 18.69º 0.81% 0.96% -
XYZ 43.51 30.33 6.15 -
YUV 141.9 73.89 201.54 -
System Red Green Blue C M Y K H S L
Decimal 245 108 46 0 0.56 0.81 0.04 18.69 0.91 0.57
Hex F5 6C 2E 0 38 51 4 13 5B 39
Octal 365 154 56 0 70 121 4 23 133 71
Binary 11110101 1101100 101110 0 111000 1010001 100 10011 1011011 111001

Color Harmonies of #F56C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C2E

Black with #F56C2E

Text Example


Text Example

White with #F56C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C2E; }

 p { color: rgb(245,108,46); }

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

background-color css

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

 a { background-color: rgb(245,108,46); }

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

border-color css

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

 span { border-color: rgb(245,108,46); }

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