Html Css Color HEX #F56F3E Burnt Orange

📋 copy color: '#F56F3E'

red 245 ◦ green 111 ◦ blue 62

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

Shades of Burnt Orange #F56F3E

Tints of Burnt Orange #F56F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 58.61%
G = 26.56%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F56F3E (or 0xF56F3E) is known color: Burnt Orange. HEX triplet: F5, 6F and 3E. RGB value is (245,111,62). Sum of RGB (Red+Green+Blue) = 245+111+62=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F3E is #0A90C1. Grayscale: #919191. Windows color (decimal): -692418 or 4091893. OLE color: 4091893.

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

Color convert

RGB 245 111 62 -
CMYK 0 0.55 0.75 0.04
HSL 16.07º 0.9% 0.6% -
HSV(B) 16.07º 0.75% 0.96% -
XYZ 44.21 31.13 8.24 -
YUV 145.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 245 111 62 0 0.55 0.75 0.04 16.07 0.9 0.6
Hex F5 6F 3E 0 37 4B 4 10 5A 3C
Octal 365 157 76 0 67 113 4 20 132 74
Binary 11110101 1101111 111110 0 110111 1001011 100 10000 1011010 111100

Color Harmonies of #F56F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F3E

Black with #F56F3E

Text Example


Text Example

White with #F56F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F3E; }

 p { color: rgb(245,111,62); }

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

background-color css

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

 a { background-color: rgb(245,111,62); }

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

border-color css

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

 span { border-color: rgb(245,111,62); }

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