Html Css Color HEX #F56C34 Burnt Orange

📋 copy color: '#F56C34'

red 245 ◦ green 108 ◦ blue 52

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

Shades of Burnt Orange #F56C34

Tints of Burnt Orange #F56C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 60.49%
G = 26.67%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F56C34 (or 0xF56C34) is known color: Burnt Orange. HEX triplet: F5, 6C and 34. RGB value is (245,108,52). Sum of RGB (Red+Green+Blue) = 245+108+52=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C34 is #0A93CB. Grayscale: #8E8E8E. Windows color (decimal): -693196 or 3435765. OLE color: 3435765.

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

Color convert

RGB 245 108 52 -
CMYK 0 0.56 0.79 0.04
HSL 17.41º 0.91% 0.58% -
HSV(B) 17.41º 0.79% 0.96% -
XYZ 43.64 30.39 6.81 -
YUV 142.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 245 108 52 0 0.56 0.79 0.04 17.41 0.91 0.58
Hex F5 6C 34 0 38 4F 4 11 5B 3A
Octal 365 154 64 0 70 117 4 21 133 72
Binary 11110101 1101100 110100 0 111000 1001111 100 10001 1011011 111010

Color Harmonies of #F56C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56C34

Black with #F56C34

Text Example


Text Example

White with #F56C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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