Html Css Color HEX #FFAA1B Dark Tangerine

📋 copy color: '#FFAA1B'

red 255 ◦ green 170 ◦ blue 27

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

Shades of Dark Tangerine #FFAA1B

Tints of Dark Tangerine #FFAA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.97%

R = 56.42%
G = 37.61%
B = 5.97%

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

#FFAA1B (or 0xFFAA1B) is known color: Dark Tangerine. HEX triplet: FF, AA and 1B. RGB value is (255,170,27). Sum of RGB (Red+Green+Blue) = 255+170+27=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA1B is #0055E4. Grayscale: #B3B3B3. Windows color (decimal): -21989 or 1813247. OLE color: 1813247.

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

Color convert

RGB 255 170 27 -
CMYK 0 0.33 0.89 0
HSL 37.63º 1% 0.55% -
HSV(B) 37.63º 0.89% 1% -
XYZ 55.81 50.09 7.76 -
YUV 179.11 42.16 182.13 -
System Red Green Blue C M Y K H S L
Decimal 255 170 27 0 0.33 0.89 0 37.63 1 0.55
Hex FF AA 1B 0 21 59 0 26 64 37
Octal 377 252 33 0 41 131 0 46 144 67
Binary 11111111 10101010 11011 0 100001 1011001 0 100110 1100100 110111

Color Harmonies of #FFAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA1B

Black with #FFAA1B

Text Example


Text Example

White with #FFAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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