Html Css Color HEX #FAA114 Dark Tangerine

📋 copy color: '#FAA114'

red 250 ◦ green 161 ◦ blue 20

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

Shades of Dark Tangerine #FAA114

Tints of Dark Tangerine #FAA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 58%
G = 37.35%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAA114 (or 0xFAA114) is known color: Dark Tangerine. HEX triplet: FA, A1 and 14. RGB value is (250,161,20). Sum of RGB (Red+Green+Blue) = 250+161+20=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA114 is #055EEB. Grayscale: #ACACAC. Windows color (decimal): -351980 or 1352186. OLE color: 1352186.

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

Color convert

RGB 250 161 20 -
CMYK 0 0.36 0.92 0.02
HSL 36.78º 0.96% 0.53% -
HSV(B) 36.78º 0.92% 0.98% -
XYZ 52.3 45.86 6.76 -
YUV 171.54 42.49 183.96 -
System Red Green Blue C M Y K H S L
Decimal 250 161 20 0 0.36 0.92 0.02 36.78 0.96 0.53
Hex FA A1 14 0 24 5C 2 25 60 35
Octal 372 241 24 0 44 134 2 45 140 65
Binary 11111010 10100001 10100 0 100100 1011100 10 100101 1100000 110101

Color Harmonies of #FAA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA114

Black with #FAA114

Text Example


Text Example

White with #FAA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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