Html Css Color HEX #FFA160 Atomic Tangerine

📋 copy color: '#FFA160'

red 255 ◦ green 161 ◦ blue 96

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

Shades of Atomic Tangerine #FFA160

Tints of Atomic Tangerine #FFA160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 49.8%
G = 31.45%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFA160 (or 0xFFA160) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 60. RGB value is (255,161,96). Sum of RGB (Red+Green+Blue) = 255+161+96=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA160 is #005E9F. Grayscale: #B6B6B6. Windows color (decimal): -24224 or 6332927. OLE color: 6332927.

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

Color convert

RGB 255 161 96 -
CMYK 0 0.37 0.62 0
HSL 24.53º 1% 0.69% -
HSV(B) 24.53º 0.62% 1% -
XYZ 56.1 47.59 17.3 -
YUV 181.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 255 161 96 0 0.37 0.62 0 24.53 1 0.69
Hex FF A1 60 0 25 3E 0 19 64 45
Octal 377 241 140 0 45 76 0 31 144 105
Binary 11111111 10100001 1100000 0 100101 111110 0 11001 1100100 1000101

Color Harmonies of #FFA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA160

Black with #FFA160

Text Example


Text Example

White with #FFA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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