Html Css Color HEX #FAAA12 Dark Tangerine

📋 copy color: '#FAAA12'

red 250 ◦ green 170 ◦ blue 18

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

Shades of Dark Tangerine #FAAA12

Tints of Dark Tangerine #FAAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 57.08%
G = 38.81%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAAA12 (or 0xFAAA12) is known color: Dark Tangerine. HEX triplet: FA, AA and 12. RGB value is (250,170,18). Sum of RGB (Red+Green+Blue) = 250+170+18=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA12 is #0555ED. Grayscale: #B1B1B1. Windows color (decimal): -349678 or 1223418. OLE color: 1223418.

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

Color convert

RGB 250 170 18 -
CMYK 0 0.32 0.93 0.02
HSL 39.31º 0.96% 0.53% -
HSV(B) 39.31º 0.93% 0.98% -
XYZ 53.91 49.12 7.21 -
YUV 176.59 38.5 180.36 -
System Red Green Blue C M Y K H S L
Decimal 250 170 18 0 0.32 0.93 0.02 39.31 0.96 0.53
Hex FA AA 12 0 20 5D 2 27 60 35
Octal 372 252 22 0 40 135 2 47 140 65
Binary 11111010 10101010 10010 0 100000 1011101 10 100111 1100000 110101

Color Harmonies of #FAAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA12

Black with #FAAA12

Text Example


Text Example

White with #FAAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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