Html Css Color HEX #FFAA1C Dark Tangerine

📋 copy color: '#FFAA1C'

red 255 ◦ green 170 ◦ blue 28

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

Shades of Dark Tangerine #FFAA1C

Tints of Dark Tangerine #FFAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 56.29%
G = 37.53%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFAA1C (or 0xFFAA1C) is known color: Dark Tangerine. HEX triplet: FF, AA and 1C. RGB value is (255,170,28). Sum of RGB (Red+Green+Blue) = 255+170+28=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA1C is #0055E3. Grayscale: #B3B3B3. Windows color (decimal): -21988 or 1878783. OLE color: 1878783.

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

Color convert

RGB 255 170 28 -
CMYK 0 0.33 0.89 0
HSL 37.53º 1% 0.55% -
HSV(B) 37.53º 0.89% 1% -
XYZ 55.82 50.09 7.83 -
YUV 179.23 42.66 182.05 -
System Red Green Blue C M Y K H S L
Decimal 255 170 28 0 0.33 0.89 0 37.53 1 0.55
Hex FF AA 1C 0 21 59 0 26 64 37
Octal 377 252 34 0 41 131 0 46 144 67
Binary 11111111 10101010 11100 0 100001 1011001 0 100110 1100100 110111

Color Harmonies of #FFAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA1C

Black with #FFAA1C

Text Example


Text Example

White with #FFAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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