Html Css Color HEX #F47040 Burnt Orange

📋 copy color: '#F47040'

red 244 ◦ green 112 ◦ blue 64

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

Shades of Burnt Orange #F47040

Tints of Burnt Orange #F47040

RGB

 RED value IS 244 (95.7% from 255) = 58.1%

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 58.1%
G = 26.67%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F47040 (or 0xF47040) is known color: Burnt Orange. HEX triplet: F4, 70 and 40. RGB value is (244,112,64). Sum of RGB (Red+Green+Blue) = 244+112+64=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F47040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47040 is #0B8FBF. Grayscale: #929292. Windows color (decimal): -757696 or 4223220. OLE color: 4223220.

HSL color Cylindrical-coordinate representation of color #F47040: hue angle of 16º degrees, saturation: 0.89, 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 #F47040 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 64 -
CMYK 0 0.54 0.74 0.04
HSL 16º 0.89% 0.6% -
HSV(B) 16º 0.74% 0.96% -
XYZ 44.03 31.19 8.55 -
YUV 146 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 244 112 64 0 0.54 0.74 0.04 16 0.89 0.6
Hex F4 70 40 0 36 4A 4 10 59 3C
Octal 364 160 100 0 66 112 4 20 131 74
Binary 11110100 1110000 1000000 0 110110 1001010 100 10000 1011001 111100

Color Harmonies of #F47040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47040

Black with #F47040

Text Example


Text Example

White with #F47040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47040; }

 p { color: rgb(244,112,64); }

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

background-color css

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

 a { background-color: rgb(244,112,64); }

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

border-color css

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

 span { border-color: rgb(244,112,64); }

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