Html Css Color HEX #FFA061 Atomic Tangerine

📋 copy color: '#FFA061'

red 255 ◦ green 160 ◦ blue 97

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

Shades of Atomic Tangerine #FFA061

Tints of Atomic Tangerine #FFA061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 49.8%
G = 31.25%
B = 18.95%

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

#FFA061 (or 0xFFA061) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 61. RGB value is (255,160,97). Sum of RGB (Red+Green+Blue) = 255+160+97=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA061 is #005F9E. Grayscale: #B5B5B5. Windows color (decimal): -24479 or 6398207. OLE color: 6398207.

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

Color convert

RGB 255 160 97 -
CMYK 0 0.37 0.62 0
HSL 23.92º 1% 0.69% -
HSV(B) 23.92º 0.62% 1% -
XYZ 55.97 47.26 17.48 -
YUV 181.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 255 160 97 0 0.37 0.62 0 23.92 1 0.69
Hex FF A0 61 0 25 3E 0 18 64 45
Octal 377 240 141 0 45 76 0 30 144 105
Binary 11111111 10100000 1100001 0 100101 111110 0 11000 1100100 1000101

Color Harmonies of #FFA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA061

Black with #FFA061

Text Example


Text Example

White with #FFA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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