#F1A24A

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

Shades of Sunshade #F1A24A

Tints of Sunshade #F1A24A

Color information

#F1A24A (or 0xF1A24A) is unknown color: approx Sunshade. HEX triplet: F1, A2 and 4A. RGB value is (241,162,74). Sum of RGB (Red+Green+Blue) = 241+162+74=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A24A is #0E5DB5. Grayscale: #B0B0B0. Windows color (decimal): -941494 or 4891377. OLE color: 4891377.

HSL color Cylindrical-coordinate representation of color #F1A24A: hue angle of 31.62º 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 #F1A24A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24116274-
CMYK00.330.690.05
HSL31.62º85.64%61.76%-
HSV(B)31.62º69.29%94.51%-
XYZ50.4345.0412.51-
YUV175.5970.67174.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 74 (29.30% from 255) = 15.51%
R=50.52%
G=33.96%
B=15.51%

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
Decimal2411627400.330.690.0531.6285.6461.76
HexF1A24A02145520563e
Octal36124211204110554012676
Binary11110001101000101001010010000110001011011000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A24A; }

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

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

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

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

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

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

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

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