#FFA142

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

Shades of Sunshade #FFA142

Tints of Sunshade #FFA142

Color information

#FFA142 (or 0xFFA142) is unknown color: approx Sunshade. HEX triplet: FF, A1 and 42. RGB value is (255,161,66). Sum of RGB (Red+Green+Blue) = 255+161+66=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA142 is #005EBD. Grayscale: #B2B2B2. Windows color (decimal): -24254 or 4366847. OLE color: 4366847.

HSL color Cylindrical-coordinate representation of color #FFA142: hue angle of 30.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFA142 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB25516166-
CMYK00.370.740
HSL30.16º100%62.94%-
HSV(B)30.16º74.12%100%-
XYZ54.9747.1411.36-
YUV178.2864.64182.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=52.90%
G=33.40%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551616600.370.74030.1610062.94
HexFFA1420254A01e643f
Octal37724110204511203614477
Binary11111111101000011000010010010110010100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA142; }

 p { color: rgb(255,161,66); }

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

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

 a { background-color: rgb(255,161,66); }

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

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

 span { border-color: rgb(255,161,66); }

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