Html Css Color HEX #FFA216 Dark Tangerine

📋 copy color: '#FFA216'

red 255 ◦ green 162 ◦ blue 22

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

Shades of Dark Tangerine #FFA216

Tints of Dark Tangerine #FFA216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 58.09%
G = 36.9%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA216 (or 0xFFA216) is known color: Dark Tangerine. HEX triplet: FF, A2 and 16. RGB value is (255,162,22). Sum of RGB (Red+Green+Blue) = 255+162+22=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA216 is #005DE9. Grayscale: #AEAEAE. Windows color (decimal): -24042 or 1483519. OLE color: 1483519.

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

Color convert

RGB 255 162 22 -
CMYK 0 0.36 0.91 0
HSL 36.05º 1% 0.54% -
HSV(B) 36.05º 0.91% 1% -
XYZ 54.31 47.16 7 -
YUV 173.85 42.31 185.88 -
System Red Green Blue C M Y K H S L
Decimal 255 162 22 0 0.36 0.91 0 36.05 1 0.54
Hex FF A2 16 0 24 5B 0 24 64 36
Octal 377 242 26 0 44 133 0 44 144 66
Binary 11111111 10100010 10110 0 100100 1011011 0 100100 1100100 110110

Color Harmonies of #FFA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA216

Black with #FFA216

Text Example


Text Example

White with #FFA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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