Html Css Color HEX #FFAA10 Dark Tangerine

📋 copy color: '#FFAA10'

red 255 ◦ green 170 ◦ blue 16

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

Shades of Dark Tangerine #FFAA10

Tints of Dark Tangerine #FFAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 57.82%
G = 38.55%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFAA10 (or 0xFFAA10) is known color: Dark Tangerine. HEX triplet: FF, AA and 10. RGB value is (255,170,16). Sum of RGB (Red+Green+Blue) = 255+170+16=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA10 is #0055EF. Grayscale: #B2B2B2. Windows color (decimal): -22000 or 1092351. OLE color: 1092351.

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

Color convert

RGB 255 170 16 -
CMYK 0 0.33 0.94 0
HSL 38.66º 1% 0.53% -
HSV(B) 38.66º 0.94% 1% -
XYZ 55.71 50.05 7.21 -
YUV 177.86 36.66 183.02 -
System Red Green Blue C M Y K H S L
Decimal 255 170 16 0 0.33 0.94 0 38.66 1 0.53
Hex FF AA 10 0 21 5E 0 27 64 35
Octal 377 252 20 0 41 136 0 47 144 65
Binary 11111111 10101010 10000 0 100001 1011110 0 100111 1100100 110101

Color Harmonies of #FFAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA10

Black with #FFAA10

Text Example


Text Example

White with #FFAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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