#F65541

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

Shades of Sunset Orange #F65541

Tints of Sunset Orange #F65541

Color information

#F65541 (or 0xF65541) is unknown color: approx Sunset Orange. HEX triplet: F6, 55 and 41. RGB value is (246,85,65). Sum of RGB (Red+Green+Blue) = 246+85+65=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F65541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65541 is #09AABE. Grayscale: #838383. Windows color (decimal): -633535 or 4281846. OLE color: 4281846.

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

Color convert

RGB2468565-
CMYK00.650.740.04
HSL6.63º90.95%60.98%-
HSV(B)6.63º73.58%96.47%-
XYZ42.2126.477.89-
YUV130.8690.84210.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 62.12%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=62.12%
G=21.46%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246856500.650.740.046.6390.9560.98
HexF655410414A475b3d
Octal36612510101011124713375
Binary11110110101010110000010100000110010101001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65541; }

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

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

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

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

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

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

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

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