Html Css Color HEX #F56D2F Burnt Orange

📋 copy color: '#F56D2F'

red 245 ◦ green 109 ◦ blue 47

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

Shades of Burnt Orange #F56D2F

Tints of Burnt Orange #F56D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 61.1%
G = 27.18%
B = 11.72%

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

#F56D2F (or 0xF56D2F) is known color: Burnt Orange. HEX triplet: F5, 6D and 2F. RGB value is (245,109,47). Sum of RGB (Red+Green+Blue) = 245+109+47=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56D2F is #0A92D0. Grayscale: #8E8E8E. Windows color (decimal): -692945 or 3108341. OLE color: 3108341.

HSL color Cylindrical-coordinate representation of color #F56D2F: hue angle of 18.79º 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 #F56D2F is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 109 47 -
CMYK 0 0.56 0.81 0.04
HSL 18.79º 0.91% 0.57% -
HSV(B) 18.79º 0.81% 0.96% -
XYZ 43.64 30.55 6.29 -
YUV 142.6 74.06 201.04 -
System Red Green Blue C M Y K H S L
Decimal 245 109 47 0 0.56 0.81 0.04 18.79 0.91 0.57
Hex F5 6D 2F 0 38 51 4 13 5B 39
Octal 365 155 57 0 70 121 4 23 133 71
Binary 11110101 1101101 101111 0 111000 1010001 100 10011 1011011 111001

Color Harmonies of #F56D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56D2F

Black with #F56D2F

Text Example


Text Example

White with #F56D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56D2F; }

 p { color: rgb(245,109,47); }

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

background-color css

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

 a { background-color: rgb(245,109,47); }

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

border-color css

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

 span { border-color: rgb(245,109,47); }

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