Html Css Color HEX #FFAA15 Dark Tangerine

📋 copy color: '#FFAA15'

red 255 ◦ green 170 ◦ blue 21

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

Shades of Dark Tangerine #FFAA15

Tints of Dark Tangerine #FFAA15

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 21 (8.59% from 255) = 4.71%

R = 57.17%
G = 38.12%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFAA15 (or 0xFFAA15) is known color: Dark Tangerine. HEX triplet: FF, AA and 15. RGB value is (255,170,21). Sum of RGB (Red+Green+Blue) = 255+170+21=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA15 is #0055EA. Grayscale: #B3B3B3. Windows color (decimal): -21995 or 1420031. OLE color: 1420031.

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

Color convert

RGB 255 170 21 -
CMYK 0 0.33 0.92 0
HSL 38.21º 1% 0.54% -
HSV(B) 38.21º 0.92% 1% -
XYZ 55.75 50.06 7.43 -
YUV 178.43 39.16 182.62 -
System Red Green Blue C M Y K H S L
Decimal 255 170 21 0 0.33 0.92 0 38.21 1 0.54
Hex FF AA 15 0 21 5C 0 26 64 36
Octal 377 252 25 0 41 134 0 46 144 66
Binary 11111111 10101010 10101 0 100001 1011100 0 100110 1100100 110110

Color Harmonies of #FFAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA15

Black with #FFAA15

Text Example


Text Example

White with #FFAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA15; }

 p { color: rgb(255,170,21); }

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

background-color css

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

 a { background-color: rgb(255,170,21); }

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

border-color css

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

 span { border-color: rgb(255,170,21); }

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