Html Css Color HEX #FFAA0F Dark Tangerine

📋 copy color: '#FFAA0F'

red 255 ◦ green 170 ◦ blue 15

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

Shades of Dark Tangerine #FFAA0F

Tints of Dark Tangerine #FFAA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.41%

R = 57.95%
G = 38.64%
B = 3.41%

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

#FFAA0F (or 0xFFAA0F) is known color: Dark Tangerine. HEX triplet: FF, AA and 0F. RGB value is (255,170,15). Sum of RGB (Red+Green+Blue) = 255+170+15=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA0F is #0055F0. Grayscale: #B2B2B2. Windows color (decimal): -22001 or 1026815. OLE color: 1026815.

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

Color convert

RGB 255 170 15 -
CMYK 0 0.33 0.94 0
HSL 38.75º 1% 0.53% -
HSV(B) 38.75º 0.94% 1% -
XYZ 55.7 50.04 7.18 -
YUV 177.75 36.16 183.1 -
System Red Green Blue C M Y K H S L
Decimal 255 170 15 0 0.33 0.94 0 38.75 1 0.53
Hex FF AA F 0 21 5E 0 27 64 35
Octal 377 252 17 0 41 136 0 47 144 65
Binary 11111111 10101010 1111 0 100001 1011110 0 100111 1100100 110101

Color Harmonies of #FFAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA0F

Black with #FFAA0F

Text Example


Text Example

White with #FFAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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