#FFA245

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

Shades of Sunshade #FFA245

Tints of Sunshade #FFA245

Color information

#FFA245 (or 0xFFA245) is unknown color: approx Sunshade. HEX triplet: FF, A2 and 45. RGB value is (255,162,69). Sum of RGB (Red+Green+Blue) = 255+162+69=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA245 is #005DBA. Grayscale: #B3B3B3. Windows color (decimal): -23995 or 4563711. OLE color: 4563711.

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

Color convert

RGB25516269-
CMYK00.360.730
HSL30º100%63.53%-
HSV(B)30º72.94%100%-
XYZ55.2347.5311.89-
YUV179.265.81182.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=52.47%
G=33.33%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551626900.360.7303010063.53
HexFFA2450244901e6440
Octal377242105044111036144100
Binary111111111010001010001010100100100100101111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA245; }

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

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

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

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

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

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

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

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