Html Css Color HEX #F56F3F Burnt Orange

📋 copy color: '#F56F3F'

red 245 ◦ green 111 ◦ blue 63

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

Shades of Burnt Orange #F56F3F

Tints of Burnt Orange #F56F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.04%

R = 58.47%
G = 26.49%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F56F3F (or 0xF56F3F) is known color: Burnt Orange. HEX triplet: F5, 6F and 3F. RGB value is (245,111,63). Sum of RGB (Red+Green+Blue) = 245+111+63=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F3F is #0A90C0. Grayscale: #919191. Windows color (decimal): -692417 or 4157429. OLE color: 4157429.

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

Color convert

RGB 245 111 63 -
CMYK 0 0.55 0.74 0.04
HSL 15.82º 0.9% 0.6% -
HSV(B) 15.82º 0.74% 0.96% -
XYZ 44.24 31.14 8.38 -
YUV 145.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 245 111 63 0 0.55 0.74 0.04 15.82 0.9 0.6
Hex F5 6F 3F 0 37 4A 4 10 5A 3C
Octal 365 157 77 0 67 112 4 20 132 74
Binary 11110101 1101111 111111 0 110111 1001010 100 10000 1011010 111100

Color Harmonies of #F56F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F3F

Black with #F56F3F

Text Example


Text Example

White with #F56F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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