Html Css Color HEX #FFA516 Dark Tangerine

📋 copy color: '#FFA516'

red 255 ◦ green 165 ◦ blue 22

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

Shades of Dark Tangerine #FFA516

Tints of Dark Tangerine #FFA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

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

R = 57.69%
G = 37.33%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA516 (or 0xFFA516) is known color: Dark Tangerine. HEX triplet: FF, A5 and 16. RGB value is (255,165,22). Sum of RGB (Red+Green+Blue) = 255+165+22=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA516 is #005AE9. Grayscale: #B0B0B0. Windows color (decimal): -23274 or 1484287. OLE color: 1484287.

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

Color convert

RGB 255 165 22 -
CMYK 0 0.35 0.91 0
HSL 36.82º 1% 0.54% -
HSV(B) 36.82º 0.91% 1% -
XYZ 54.84 48.23 7.18 -
YUV 175.61 41.32 184.63 -
System Red Green Blue C M Y K H S L
Decimal 255 165 22 0 0.35 0.91 0 36.82 1 0.54
Hex FF A5 16 0 23 5B 0 25 64 36
Octal 377 245 26 0 43 133 0 45 144 66
Binary 11111111 10100101 10110 0 100011 1011011 0 100101 1100100 110110

Color Harmonies of #FFA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA516

Black with #FFA516

Text Example


Text Example

White with #FFA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA516; }

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

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

background-color css

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

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

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

border-color css

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

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

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