Html Css Color HEX #F56C3F Burnt Orange

📋 copy color: '#F56C3F'

red 245 ◦ green 108 ◦ blue 63

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

Shades of Burnt Orange #F56C3F

Tints of Burnt Orange #F56C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.14%

R = 58.89%
G = 25.96%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F56C3F (or 0xF56C3F) is known color: Burnt Orange. HEX triplet: F5, 6C and 3F. RGB value is (245,108,63). Sum of RGB (Red+Green+Blue) = 245+108+63=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C3F is #0A93C0. Grayscale: #909090. Windows color (decimal): -693185 or 4156661. OLE color: 4156661.

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

Color convert

RGB 245 108 63 -
CMYK 0 0.56 0.74 0.04
HSL 14.84º 0.9% 0.6% -
HSV(B) 14.84º 0.74% 0.96% -
XYZ 43.92 30.5 8.27 -
YUV 143.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 245 108 63 0 0.56 0.74 0.04 14.84 0.9 0.6
Hex F5 6C 3F 0 38 4A 4 F 5A 3C
Octal 365 154 77 0 70 112 4 17 132 74
Binary 11110101 1101100 111111 0 111000 1001010 100 1111 1011010 111100

Color Harmonies of #F56C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C3F

Black with #F56C3F

Text Example


Text Example

White with #F56C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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