#FFA043

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

Shades of Sunshade #FFA043

Tints of Sunshade #FFA043

Color information

#FFA043 (or 0xFFA043) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 43. RGB value is (255,160,67). Sum of RGB (Red+Green+Blue) = 255+160+67=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA043 is #005FBC. Grayscale: #B2B2B2. Windows color (decimal): -24509 or 4432127. OLE color: 4432127.

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

Color convert

RGB25516067-
CMYK00.370.740
HSL29.68º100%63.14%-
HSV(B)29.68º73.73%100%-
XYZ54.8246.8111.46-
YUV177.865.47183.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 67 (26.56% from 255) = 13.90%
R=52.90%
G=33.20%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551606700.370.74029.6810063.14
HexFFA0430254A01e643f
Octal37724010304511203614477
Binary11111111101000001000011010010110010100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA043; }

 p { color: rgb(255,160,67); }

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

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

 a { background-color: rgb(255,160,67); }

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

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

 span { border-color: rgb(255,160,67); }

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