#F1A14D

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

Shades of Sunshade #F1A14D

Tints of Sunshade #F1A14D

Color information

#F1A14D (or 0xF1A14D) is unknown color: approx Sunshade. HEX triplet: F1, A1 and 4D. RGB value is (241,161,77). Sum of RGB (Red+Green+Blue) = 241+161+77=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A14D is #0E5EB2. Grayscale: #AFAFAF. Windows color (decimal): -941747 or 5087729. OLE color: 5087729.

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

Color convert

RGB24116177-
CMYK00.330.680.05
HSL30.73º85.42%62.35%-
HSV(B)30.73º68.05%94.51%-
XYZ50.3644.7313-
YUV175.3472.5174.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=50.31%
G=33.61%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411617700.330.680.0530.7385.4262.35
HexF1A14D0214451f553e
Octal36124111504110453712576
Binary1111000110100001100110101000011000100101111111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A14D; }

 p { color: rgb(241,161,77); }

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

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

 a { background-color: rgb(241,161,77); }

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

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

 span { border-color: rgb(241,161,77); }

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