#F0A14C

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

Shades of Sunshade #F0A14C

Tints of Sunshade #F0A14C

Color information

#F0A14C (or 0xF0A14C) is unknown color: approx Sunshade. HEX triplet: F0, A1 and 4C. RGB value is (240,161,76). Sum of RGB (Red+Green+Blue) = 240+161+76=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A14C is #0F5EB3. Grayscale: #AFAFAF. Windows color (decimal): -1007284 or 5022192. OLE color: 5022192.

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

Color convert

RGB24016176-
CMYK00.330.680.06
HSL31.1º84.54%61.96%-
HSV(B)31.1º68.33%94.12%-
XYZ49.9844.5412.8-
YUV174.9372.17174.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.31%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 76 (30.08% from 255) = 15.93%
R=50.31%
G=33.75%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401617600.330.680.0631.184.5461.96
HexF0A14C0214461f553e
Octal36024111404110463712576
Binary1111000010100001100110001000011000100110111111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A14C; }

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

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

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

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

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

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

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

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