Html Css Color HEX #F56B3C Burnt Orange

📋 copy color: '#F56B3C'

red 245 ◦ green 107 ◦ blue 60

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

Shades of Burnt Orange #F56B3C

Tints of Burnt Orange #F56B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.56%

R = 59.47%
G = 25.97%
B = 14.56%

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

#F56B3C (or 0xF56B3C) is known color: Burnt Orange. HEX triplet: F5, 6B and 3C. RGB value is (245,107,60). Sum of RGB (Red+Green+Blue) = 245+107+60=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B3C is #0A94C3. Grayscale: #8F8F8F. Windows color (decimal): -693444 or 3959797. OLE color: 3959797.

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

Color convert

RGB 245 107 60 -
CMYK 0 0.56 0.76 0.04
HSL 15.24º 0.9% 0.6% -
HSV(B) 15.24º 0.76% 0.96% -
XYZ 43.73 30.25 7.81 -
YUV 142.9 81.22 200.82 -
System Red Green Blue C M Y K H S L
Decimal 245 107 60 0 0.56 0.76 0.04 15.24 0.9 0.6
Hex F5 6B 3C 0 38 4C 4 F 5A 3C
Octal 365 153 74 0 70 114 4 17 132 74
Binary 11110101 1101011 111100 0 111000 1001100 100 1111 1011010 111100

Color Harmonies of #F56B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56B3C

Black with #F56B3C

Text Example


Text Example

White with #F56B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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