Html Css Color HEX #FFA016 Dark Tangerine

📋 copy color: '#FFA016'

red 255 ◦ green 160 ◦ blue 22

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

Shades of Dark Tangerine #FFA016

Tints of Dark Tangerine #FFA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 58.35%
G = 36.61%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA016 (or 0xFFA016) is known color: Dark Tangerine. HEX triplet: FF, A0 and 16. RGB value is (255,160,22). Sum of RGB (Red+Green+Blue) = 255+160+22=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA016 is #005FE9. Grayscale: #ADADAD. Windows color (decimal): -24554 or 1483007. OLE color: 1483007.

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

Color convert

RGB 255 160 22 -
CMYK 0 0.37 0.91 0
HSL 35.54º 1% 0.54% -
HSV(B) 35.54º 0.91% 1% -
XYZ 53.96 46.46 6.88 -
YUV 172.67 42.97 186.72 -
System Red Green Blue C M Y K H S L
Decimal 255 160 22 0 0.37 0.91 0 35.54 1 0.54
Hex FF A0 16 0 25 5B 0 24 64 36
Octal 377 240 26 0 45 133 0 44 144 66
Binary 11111111 10100000 10110 0 100101 1011011 0 100100 1100100 110110

Color Harmonies of #FFA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA016

Black with #FFA016

Text Example


Text Example

White with #FFA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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