Html Css Color HEX #FFA166 Atomic Tangerine

📋 copy color: '#FFA166'

red 255 ◦ green 161 ◦ blue 102

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

Shades of Atomic Tangerine #FFA166

Tints of Atomic Tangerine #FFA166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.08%

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

R = 49.23%
G = 31.08%
B = 19.69%

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

#FFA166 (or 0xFFA166) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 66. RGB value is (255,161,102). Sum of RGB (Red+Green+Blue) = 255+161+102=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA166 is #005E99. Grayscale: #B6B6B6. Windows color (decimal): -24218 or 6726143. OLE color: 6726143.

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

Color convert

RGB 255 161 102 -
CMYK 0 0.37 0.6 0
HSL 23.14º 1% 0.7% -
HSV(B) 23.14º 0.6% 1% -
XYZ 56.38 47.71 18.81 -
YUV 182.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 255 161 102 0 0.37 0.6 0 23.14 1 0.7
Hex FF A1 66 0 25 3C 0 17 64 46
Octal 377 241 146 0 45 74 0 27 144 106
Binary 11111111 10100001 1100110 0 100101 111100 0 10111 1100100 1000110

Color Harmonies of #FFA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA166

Black with #FFA166

Text Example


Text Example

White with #FFA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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