#F46F40

Color #F46F40 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #F46F40

Tints of Burnt Orange #F46F40

Color information

#F46F40 (or 0xF46F40) is unknown color: approx Burnt Orange. HEX triplet: F4, 6F and 40. RGB value is (244,111,64). Sum of RGB (Red+Green+Blue) = 244+111+64=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46F40 is #0B90BF. Grayscale: #919191. Windows color (decimal): -757952 or 4222964. OLE color: 4222964.

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

Color convert

RGB24411164-
CMYK00.550.740.04
HSL15.67º89.11%60.39%-
HSV(B)15.67º73.77%95.69%-
XYZ43.9230.978.51-
YUV145.4182.06198.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.23%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=58.23%
G=26.49%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441116400.550.740.0415.6789.1160.39
HexF46F400374A410593c
Octal36415710006711242013174
Binary111101001101111100000001101111001010100100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46F40; }

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

 H1.HeaderClassName
 {
   color: #F46F40;
 }
 .AnyTagClassName
 {
   color: #F46F40;
 }
</style>
background-color css

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

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

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

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

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

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