#FFA242

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

Shades of Sunshade #FFA242

Tints of Sunshade #FFA242

Color information

#FFA242 (or 0xFFA242) is unknown color: approx Sunshade. HEX triplet: FF, A2 and 42. RGB value is (255,162,66). Sum of RGB (Red+Green+Blue) = 255+162+66=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA242 is #005DBD. Grayscale: #B3B3B3. Windows color (decimal): -23998 or 4367103. OLE color: 4367103.

HSL color Cylindrical-coordinate representation of color #FFA242: hue angle of 30.48º 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 #FFA242 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB25516266-
CMYK00.360.740
HSL30.48º100%62.94%-
HSV(B)30.48º74.12%100%-
XYZ55.1447.4911.42-
YUV178.8664.31182.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 66 (26.17% from 255) = 13.66%
R=52.80%
G=33.54%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551626600.360.74030.4810062.94
HexFFA2420244A01e643f
Octal37724210204411203614477
Binary11111111101000101000010010010010010100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA242; }

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

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

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

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

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

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

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

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