Html Css Color HEX #F56A30 Burnt Orange

📋 copy color: '#F56A30'

red 245 ◦ green 106 ◦ blue 48

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

Shades of Burnt Orange #F56A30

Tints of Burnt Orange #F56A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 61.4%
G = 26.57%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F56A30 (or 0xF56A30) is known color: Burnt Orange. HEX triplet: F5, 6A and 30. RGB value is (245,106,48). Sum of RGB (Red+Green+Blue) = 245+106+48=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A30 is #0A95CF. Grayscale: #8D8D8D. Windows color (decimal): -693712 or 3173109. OLE color: 3173109.

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

Color convert

RGB 245 106 48 -
CMYK 0 0.57 0.80 0.04
HSL 17.66º 0.91% 0.57% -
HSV(B) 17.66º 0.8% 0.96% -
XYZ 43.34 29.93 6.29 -
YUV 140.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 245 106 48 0 0.57 0.80 0.04 17.66 0.91 0.57
Hex F5 6A 30 0 39 50 4 12 5B 39
Octal 365 152 60 0 71 120 4 22 133 71
Binary 11110101 1101010 110000 0 111001 1010000 100 10010 1011011 111001

Color Harmonies of #F56A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56A30

Black with #F56A30

Text Example


Text Example

White with #F56A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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