#F1A14A

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

Shades of Sunshade #F1A14A

Tints of Sunshade #F1A14A

Color information

#F1A14A (or 0xF1A14A) is unknown color: approx Sunshade. HEX triplet: F1, A1 and 4A. RGB value is (241,161,74). Sum of RGB (Red+Green+Blue) = 241+161+74=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A14A is #0E5EB5. Grayscale: #AFAFAF. Windows color (decimal): -941750 or 4891121. OLE color: 4891121.

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

Color convert

RGB24116174-
CMYK00.330.690.05
HSL31.26º85.64%61.76%-
HSV(B)31.26º69.29%94.51%-
XYZ50.2644.6812.45-
YUV17571175.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 74 (29.30% from 255) = 15.55%
R=50.63%
G=33.82%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411617400.330.690.0531.2685.6461.76
HexF1A14A0214551f563e
Octal36124111204110553712676
Binary1111000110100001100101001000011000101101111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A14A; }

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

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

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

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

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

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

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

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