#FFA240

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

Shades of Sunshade #FFA240

Tints of Sunshade #FFA240

Color information

#FFA240 (or 0xFFA240) is unknown color: approx Sunshade. HEX triplet: FF, A2 and 40. RGB value is (255,162,64). Sum of RGB (Red+Green+Blue) = 255+162+64=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA240 is #005DBF. Grayscale: #B3B3B3. Windows color (decimal): -24000 or 4236031. OLE color: 4236031.

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

Color convert

RGB25516264-
CMYK00.360.750
HSL30.79º100%62.55%-
HSV(B)30.79º74.9%100%-
XYZ55.0947.4711.11-
YUV178.6463.31182.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 64 (25.39% from 255) = 13.31%
R=53.01%
G=33.68%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551626400.360.75030.7910062.55
HexFFA2400244B01f643f
Octal37724210004411303714477
Binary11111111101000101000000010010010010110111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA240; }

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

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

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

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

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

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

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

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