#F67241

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

Shades of Burnt Orange #F67241

Tints of Burnt Orange #F67241

Color information

#F67241 (or 0xF67241) is unknown color: approx Burnt Orange. HEX triplet: F6, 72 and 41. RGB value is (246,114,65). Sum of RGB (Red+Green+Blue) = 246+114+65=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F67241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67241 is #098DBE. Grayscale: #949494. Windows color (decimal): -626111 or 4289270. OLE color: 4289270.

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

Color convert

RGB24611465-
CMYK00.540.740.04
HSL16.24º90.95%60.98%-
HSV(B)16.24º73.58%96.47%-
XYZ44.9832.018.81-
YUV147.8881.23197.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.88%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=57.88%
G=26.82%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461146500.540.740.0416.2490.9560.98
HexF672410364A4105b3d
Octal36616210106611242013375
Binary111101101110010100000101101101001010100100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67241; }

 p { color: rgb(246,114,65); }

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

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

 a { background-color: rgb(246,114,65); }

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

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

 span { border-color: rgb(246,114,65); }

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