Html Css Color HEX #FFAC20 Dark Tangerine

📋 copy color: '#FFAC20'

red 255 ◦ green 172 ◦ blue 32

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

Shades of Dark Tangerine #FFAC20

Tints of Dark Tangerine #FFAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.97%

R = 55.56%
G = 37.47%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFAC20 (or 0xFFAC20) is known color: Dark Tangerine. HEX triplet: FF, AC and 20. RGB value is (255,172,32). Sum of RGB (Red+Green+Blue) = 255+172+32=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC20 is #0053DF. Grayscale: #B5B5B5. Windows color (decimal): -21472 or 2141439. OLE color: 2141439.

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

Color convert

RGB 255 172 32 -
CMYK 0 0.33 0.87 0
HSL 37.67º 1% 0.56% -
HSV(B) 37.67º 0.87% 1% -
XYZ 56.25 50.87 8.22 -
YUV 180.86 44 180.88 -
System Red Green Blue C M Y K H S L
Decimal 255 172 32 0 0.33 0.87 0 37.67 1 0.56
Hex FF AC 20 0 21 57 0 26 64 38
Octal 377 254 40 0 41 127 0 46 144 70
Binary 11111111 10101100 100000 0 100001 1010111 0 100110 1100100 111000

Color Harmonies of #FFAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC20

Black with #FFAC20

Text Example


Text Example

White with #FFAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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