Html Css Color HEX #F56A2F Burnt Orange

📋 copy color: '#F56A2F'

red 245 ◦ green 106 ◦ blue 47

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

Shades of Burnt Orange #F56A2F

Tints of Burnt Orange #F56A2F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 61.56%
G = 26.63%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F56A2F (or 0xF56A2F) is known color: Burnt Orange. HEX triplet: F5, 6A and 2F. RGB value is (245,106,47). Sum of RGB (Red+Green+Blue) = 245+106+47=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A2F is #0A95D0. Grayscale: #8D8D8D. Windows color (decimal): -693713 or 3107573. OLE color: 3107573.

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

Color convert

RGB 245 106 47 -
CMYK 0 0.57 0.81 0.04
HSL 17.88º 0.91% 0.57% -
HSV(B) 17.88º 0.81% 0.96% -
XYZ 43.32 29.93 6.18 -
YUV 140.84 75.05 202.3 -
System Red Green Blue C M Y K H S L
Decimal 245 106 47 0 0.57 0.81 0.04 17.88 0.91 0.57
Hex F5 6A 2F 0 39 51 4 12 5B 39
Octal 365 152 57 0 71 121 4 22 133 71
Binary 11110101 1101010 101111 0 111001 1010001 100 10010 1011011 111001

Color Harmonies of #F56A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56A2F

Black with #F56A2F

Text Example


Text Example

White with #F56A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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