Html Css Color HEX #F56B3B Burnt Orange

📋 copy color: '#F56B3B'

red 245 ◦ green 107 ◦ blue 59

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

Shades of Burnt Orange #F56B3B

Tints of Burnt Orange #F56B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 59.61%
G = 26.03%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F56B3B (or 0xF56B3B) is known color: Burnt Orange. HEX triplet: F5, 6B and 3B. RGB value is (245,107,59). Sum of RGB (Red+Green+Blue) = 245+107+59=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B3B is #0A94C4. Grayscale: #8F8F8F. Windows color (decimal): -693445 or 3894261. OLE color: 3894261.

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

Color convert

RGB 245 107 59 -
CMYK 0 0.56 0.76 0.04
HSL 15.48º 0.9% 0.6% -
HSV(B) 15.48º 0.76% 0.96% -
XYZ 43.7 30.24 7.67 -
YUV 142.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 245 107 59 0 0.56 0.76 0.04 15.48 0.9 0.6
Hex F5 6B 3B 0 38 4C 4 F 5A 3C
Octal 365 153 73 0 70 114 4 17 132 74
Binary 11110101 1101011 111011 0 111000 1001100 100 1111 1011010 111100

Color Harmonies of #F56B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56B3B

Black with #F56B3B

Text Example


Text Example

White with #F56B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56B3B; }

 p { color: rgb(245,107,59); }

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

background-color css

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

 a { background-color: rgb(245,107,59); }

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

border-color css

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

 span { border-color: rgb(245,107,59); }

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