Html Css Color HEX #FFA164 Atomic Tangerine

📋 copy color: '#FFA164'

red 255 ◦ green 161 ◦ blue 100

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

Shades of Atomic Tangerine #FFA164

Tints of Atomic Tangerine #FFA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 49.42%
G = 31.2%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFA164 (or 0xFFA164) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 64. RGB value is (255,161,100). Sum of RGB (Red+Green+Blue) = 255+161+100=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA164 is #005E9B. Grayscale: #B6B6B6. Windows color (decimal): -24220 or 6595071. OLE color: 6595071.

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

Color convert

RGB 255 161 100 -
CMYK 0 0.37 0.61 0
HSL 23.61º 1% 0.7% -
HSV(B) 23.61º 0.61% 1% -
XYZ 56.29 47.67 18.29 -
YUV 182.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 255 161 100 0 0.37 0.61 0 23.61 1 0.7
Hex FF A1 64 0 25 3D 0 18 64 46
Octal 377 241 144 0 45 75 0 30 144 106
Binary 11111111 10100001 1100100 0 100101 111101 0 11000 1100100 1000110

Color Harmonies of #FFA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA164

Black with #FFA164

Text Example


Text Example

White with #FFA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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