Html Css Color HEX #FFAC16 Dark Tangerine

📋 copy color: '#FFAC16'

red 255 ◦ green 172 ◦ blue 22

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

Shades of Dark Tangerine #FFAC16

Tints of Dark Tangerine #FFAC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

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

R = 56.79%
G = 38.31%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFAC16 (or 0xFFAC16) is known color: Dark Tangerine. HEX triplet: FF, AC and 16. RGB value is (255,172,22). Sum of RGB (Red+Green+Blue) = 255+172+22=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC16 is #0053E9. Grayscale: #B4B4B4. Windows color (decimal): -21482 or 1486079. OLE color: 1486079.

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

Color convert

RGB 255 172 22 -
CMYK 0 0.33 0.91 0
HSL 38.63º 1% 0.54% -
HSV(B) 38.63º 0.91% 1% -
XYZ 56.14 50.82 7.61 -
YUV 179.72 39 181.7 -
System Red Green Blue C M Y K H S L
Decimal 255 172 22 0 0.33 0.91 0 38.63 1 0.54
Hex FF AC 16 0 21 5B 0 27 64 36
Octal 377 254 26 0 41 133 0 47 144 66
Binary 11111111 10101100 10110 0 100001 1011011 0 100111 1100100 110110

Color Harmonies of #FFAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC16

Black with #FFAC16

Text Example


Text Example

White with #FFAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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