#F64B36

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

Shades of Sunset Orange #F64B36

Tints of Sunset Orange #F64B36

Color information

#F64B36 (or 0xF64B36) is unknown color: approx Sunset Orange. HEX triplet: F6, 4B and 36. RGB value is (246,75,54). Sum of RGB (Red+Green+Blue) = 246+75+54=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64B36 is #09B4C9. Grayscale: #7B7B7B. Windows color (decimal): -636106 or 3558390. OLE color: 3558390.

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

Color convert

RGB2467554-
CMYK00.700.780.04
HSL6.56º91.43%58.82%-
HSV(B)6.56º78.05%96.47%-
XYZ41.1924.896.12-
YUV123.7488.65215.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 65.6%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=65.6%
G=20%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246755400.700.780.046.5691.4358.82
HexF64B360464E475b3b
Octal3661136601061164713373
Binary1111011010010111101100100011010011101001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64B36; }

 p { color: rgb(246,75,54); }

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

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

 a { background-color: rgb(246,75,54); }

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

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

 span { border-color: rgb(246,75,54); }

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