#F0A145

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

Shades of Sunshade #F0A145

Tints of Sunshade #F0A145

Color information

#F0A145 (or 0xF0A145) is unknown color: approx Sunshade. HEX triplet: F0, A1 and 45. RGB value is (240,161,69). Sum of RGB (Red+Green+Blue) = 240+161+69=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A145 is #0F5EBA. Grayscale: #AEAEAE. Windows color (decimal): -1007291 or 4563440. OLE color: 4563440.

HSL color Cylindrical-coordinate representation of color #F0A145: hue angle of 32.28º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0A145 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24016169-
CMYK00.330.710.06
HSL32.28º85.07%60.59%-
HSV(B)32.28º71.25%94.12%-
XYZ49.7544.4411.59-
YUV174.1368.67174.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=51.06%
G=34.26%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401616900.330.710.0632.2885.0760.59
HexF0A14502147620553d
Octal36024110504110764012575
Binary11110000101000011000101010000110001111101000001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A145; }

 p { color: rgb(240,161,69); }

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

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

 a { background-color: rgb(240,161,69); }

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

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

 span { border-color: rgb(240,161,69); }

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