Html Css Color HEX #FFA266 Atomic Tangerine

📋 copy color: '#FFA266'

red 255 ◦ green 162 ◦ blue 102

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

Shades of Atomic Tangerine #FFA266

Tints of Atomic Tangerine #FFA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.21%

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

R = 49.13%
G = 31.21%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFA266 (or 0xFFA266) is known color: Atomic Tangerine. HEX triplet: FF, A2 and 66. RGB value is (255,162,102). Sum of RGB (Red+Green+Blue) = 255+162+102=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA266 is #005D99. Grayscale: #B7B7B7. Windows color (decimal): -23962 or 6726399. OLE color: 6726399.

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

Color convert

RGB 255 162 102 -
CMYK 0 0.36 0.6 0
HSL 23.53º 1% 0.7% -
HSV(B) 23.53º 0.6% 1% -
XYZ 56.56 48.06 18.87 -
YUV 182.97 82.31 179.38 -
System Red Green Blue C M Y K H S L
Decimal 255 162 102 0 0.36 0.6 0 23.53 1 0.7
Hex FF A2 66 0 24 3C 0 18 64 46
Octal 377 242 146 0 44 74 0 30 144 106
Binary 11111111 10100010 1100110 0 100100 111100 0 11000 1100100 1000110

Color Harmonies of #FFA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA266

Black with #FFA266

Text Example


Text Example

White with #FFA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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