Html Css Color HEX #FFA116 Dark Tangerine

📋 copy color: '#FFA116'

red 255 ◦ green 161 ◦ blue 22

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

Shades of Dark Tangerine #FFA116

Tints of Dark Tangerine #FFA116

RGB

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

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

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

R = 58.22%
G = 36.76%
B = 5.02%

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

#FFA116 (or 0xFFA116) is known color: Dark Tangerine. HEX triplet: FF, A1 and 16. RGB value is (255,161,22). Sum of RGB (Red+Green+Blue) = 255+161+22=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA116 is #005EE9. Grayscale: #ADADAD. Windows color (decimal): -24298 or 1483263. OLE color: 1483263.

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

Color convert

RGB 255 161 22 -
CMYK 0 0.37 0.91 0
HSL 35.79º 1% 0.54% -
HSV(B) 35.79º 0.91% 1% -
XYZ 54.13 46.81 6.94 -
YUV 173.26 42.64 186.3 -
System Red Green Blue C M Y K H S L
Decimal 255 161 22 0 0.37 0.91 0 35.79 1 0.54
Hex FF A1 16 0 25 5B 0 24 64 36
Octal 377 241 26 0 45 133 0 44 144 66
Binary 11111111 10100001 10110 0 100101 1011011 0 100100 1100100 110110

Color Harmonies of #FFA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA116

Black with #FFA116

Text Example


Text Example

White with #FFA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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