#FFA05E

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

Shades of Atomic Tangerine #FFA05E

Tints of Atomic Tangerine #FFA05E

Color information

#FFA05E (or 0xFFA05E) is unknown color: approx Atomic Tangerine. HEX triplet: FF, A0 and 5E. RGB value is (255,160,94). Sum of RGB (Red+Green+Blue) = 255+160+94=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA05E is #005FA1. Grayscale: #B5B5B5. Windows color (decimal): -24482 or 6201599. OLE color: 6201599.

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

Color convert

RGB25516094-
CMYK00.370.630
HSL24.6º100%68.43%-
HSV(B)24.6º63.14%100%-
XYZ55.8347.2116.76-
YUV180.8878.97180.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=50.10%
G=31.43%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551609400.370.63024.610068.43
HexFFA05E0253F0196444
Octal37724013604577031144104
Binary11111111101000001011110010010111111101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA05E; }

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

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

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

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

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

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

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

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