Html Css Color HEX #FAAA14 Dark Tangerine

📋 copy color: '#FAAA14'

red 250 ◦ green 170 ◦ blue 20

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

Shades of Dark Tangerine #FAAA14

Tints of Dark Tangerine #FAAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.55%

R = 56.82%
G = 38.64%
B = 4.55%

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

#FAAA14 (or 0xFAAA14) is known color: Dark Tangerine. HEX triplet: FA, AA and 14. RGB value is (250,170,20). Sum of RGB (Red+Green+Blue) = 250+170+20=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAA14 is #0555EB. Grayscale: #B1B1B1. Windows color (decimal): -349676 or 1354490. OLE color: 1354490.

HSL color Cylindrical-coordinate representation of color #FAAA14: hue angle of 39.13º 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 #FAAA14 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 20 -
CMYK 0 0.32 0.92 0.02
HSL 39.13º 0.96% 0.53% -
HSV(B) 39.13º 0.92% 0.98% -
XYZ 53.93 49.12 7.3 -
YUV 176.82 39.5 180.2 -
System Red Green Blue C M Y K H S L
Decimal 250 170 20 0 0.32 0.92 0.02 39.13 0.96 0.53
Hex FA AA 14 0 20 5C 2 27 60 35
Octal 372 252 24 0 40 134 2 47 140 65
Binary 11111010 10101010 10100 0 100000 1011100 10 100111 1100000 110101

Color Harmonies of #FAAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA14

Black with #FAAA14

Text Example


Text Example

White with #FAAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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