#FDA066

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

Shades of Atomic Tangerine #FDA066

Tints of Atomic Tangerine #FDA066

Color information

#FDA066 (or 0xFDA066) is unknown color: approx Atomic Tangerine. HEX triplet: FD, A0 and 66. RGB value is (253,160,102). Sum of RGB (Red+Green+Blue) = 253+160+102=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA066 is #025F99. Grayscale: #B5B5B5. Windows color (decimal): -155546 or 6725885. OLE color: 6725885.

HSL color Cylindrical-coordinate representation of color #FDA066: hue angle of 23.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDA066 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253160102-
CMYK00.370.600.01
HSL23.05º97.42%69.61%-
HSV(B)23.05º59.68%99.22%-
XYZ55.4846.9818.72-
YUV181.283.31179.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=49.13%
G=31.07%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316010200.370.600.0123.0597.4269.61
HexFDA0660253C1176146
Octal37524014604574127141106
Binary11111101101000001100110010010111110011011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA066; }

 p { color: rgb(253,160,102); }

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

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

 a { background-color: rgb(253,160,102); }

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

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

 span { border-color: rgb(253,160,102); }

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