Html Css Color HEX #FAAA15 Dark Tangerine

📋 copy color: '#FAAA15'

red 250 ◦ green 170 ◦ blue 21

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

Shades of Dark Tangerine #FAAA15

Tints of Dark Tangerine #FAAA15

RGB

 RED value IS 250 (98.05% from 255) = 56.69%

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

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

R = 56.69%
G = 38.55%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAAA15 (or 0xFAAA15) is known color: Dark Tangerine. HEX triplet: FA, AA and 15. RGB value is (250,170,21). Sum of RGB (Red+Green+Blue) = 250+170+21=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA15 is #0555EA. Grayscale: #B1B1B1. Windows color (decimal): -349675 or 1420026. OLE color: 1420026.

HSL color Cylindrical-coordinate representation of color #FAAA15: hue angle of 39.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAAA15 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 21 -
CMYK 0 0.32 0.92 0.02
HSL 39.04º 0.96% 0.53% -
HSV(B) 39.04º 0.92% 0.98% -
XYZ 53.93 49.13 7.35 -
YUV 176.93 40 180.12 -
System Red Green Blue C M Y K H S L
Decimal 250 170 21 0 0.32 0.92 0.02 39.04 0.96 0.53
Hex FA AA 15 0 20 5C 2 27 60 35
Octal 372 252 25 0 40 134 2 47 140 65
Binary 11111010 10101010 10101 0 100000 1011100 10 100111 1100000 110101

Color Harmonies of #FAAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA15

Black with #FAAA15

Text Example


Text Example

White with #FAAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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