#F64940

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

Shades of Sunset Orange #F64940

Tints of Sunset Orange #F64940

Color information

#F64940 (or 0xF64940) is unknown color: approx Sunset Orange. HEX triplet: F6, 49 and 40. RGB value is (246,73,64). Sum of RGB (Red+Green+Blue) = 246+73+64=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F64940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64940 is #09B6BF. Grayscale: #7B7B7B. Windows color (decimal): -636608 or 4213238. OLE color: 4213238.

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

Color convert

RGB2467364-
CMYK00.700.740.04
HSL2.97º91%60.78%-
HSV(B)2.97º73.98%96.47%-
XYZ41.3124.737.45-
YUV123.794.31215.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.23%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=64.23%
G=19.06%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246736400.700.740.042.979160.78
HexF649400464A435b3d
Octal36611110001061124313375
Binary1111011010010011000000010001101001010100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64940; }

 p { color: rgb(246,73,64); }

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

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

 a { background-color: rgb(246,73,64); }

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

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

 span { border-color: rgb(246,73,64); }

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