Html Css Color HEX #FFA066 Atomic Tangerine

📋 copy color: '#FFA066'

red 255 ◦ green 160 ◦ blue 102

#FFA066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #FFA066

Tints of Atomic Tangerine #FFA066

RGB

 RED value IS 255 (100% from 255) = 49.32%

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 102 (40.23% from 255) = 19.73%

R = 49.32%
G = 30.95%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFA066 (or 0xFFA066) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 66. RGB value is (255,160,102). Sum of RGB (Red+Green+Blue) = 255+160+102=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA066 is #005F99. Grayscale: #B6B6B6. Windows color (decimal): -24474 or 6725887. OLE color: 6725887.

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

Color convert

RGB 255 160 102 -
CMYK 0 0.37 0.6 0
HSL 22.75º 1% 0.7% -
HSV(B) 22.75º 0.6% 1% -
XYZ 56.21 47.36 18.75 -
YUV 181.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 255 160 102 0 0.37 0.6 0 22.75 1 0.7
Hex FF A0 66 0 25 3C 0 17 64 46
Octal 377 240 146 0 45 74 0 27 144 106
Binary 11111111 10100000 1100110 0 100101 111100 0 10111 1100100 1000110

Color Harmonies of #FFA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA066

Black with #FFA066

Text Example


Text Example

White with #FFA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA066; }

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

 H1.HeaderClassName
 {
   color: #FFA066;
 }
 .AnyTagClassName
 {
   color: #FFA066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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