Html Css Color HEX #FFA162 Atomic Tangerine

📋 copy color: '#FFA162'

red 255 ◦ green 161 ◦ blue 98

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

Shades of Atomic Tangerine #FFA162

Tints of Atomic Tangerine #FFA162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.07%

R = 49.61%
G = 31.32%
B = 19.07%

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

#FFA162 (or 0xFFA162) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 62. RGB value is (255,161,98). Sum of RGB (Red+Green+Blue) = 255+161+98=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA162 is #005E9D. Grayscale: #B6B6B6. Windows color (decimal): -24222 or 6463999. OLE color: 6463999.

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

Color convert

RGB 255 161 98 -
CMYK 0 0.37 0.62 0
HSL 24.08º 1% 0.69% -
HSV(B) 24.08º 0.62% 1% -
XYZ 56.19 47.63 17.79 -
YUV 181.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 255 161 98 0 0.37 0.62 0 24.08 1 0.69
Hex FF A1 62 0 25 3E 0 18 64 45
Octal 377 241 142 0 45 76 0 30 144 105
Binary 11111111 10100001 1100010 0 100101 111110 0 11000 1100100 1000101

Color Harmonies of #FFA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA162

Black with #FFA162

Text Example


Text Example

White with #FFA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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