Html Css Color HEX #FFA163 Atomic Tangerine

📋 copy color: '#FFA163'

red 255 ◦ green 161 ◦ blue 99

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

Shades of Atomic Tangerine #FFA163

Tints of Atomic Tangerine #FFA163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.22%

R = 49.51%
G = 31.26%
B = 19.22%

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

#FFA163 (or 0xFFA163) is known color: Atomic Tangerine. HEX triplet: FF, A1 and 63. RGB value is (255,161,99). Sum of RGB (Red+Green+Blue) = 255+161+99=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA163 is #005E9C. Grayscale: #B6B6B6. Windows color (decimal): -24221 or 6529535. OLE color: 6529535.

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

Color convert

RGB 255 161 99 -
CMYK 0 0.37 0.61 0
HSL 23.85º 1% 0.69% -
HSV(B) 23.85º 0.61% 1% -
XYZ 56.24 47.65 18.04 -
YUV 182.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 255 161 99 0 0.37 0.61 0 23.85 1 0.69
Hex FF A1 63 0 25 3D 0 18 64 45
Octal 377 241 143 0 45 75 0 30 144 105
Binary 11111111 10100001 1100011 0 100101 111101 0 11000 1100100 1000101

Color Harmonies of #FFA163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA163

Black with #FFA163

Text Example


Text Example

White with #FFA163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA163; }

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

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

background-color css

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

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

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

border-color css

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

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

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