Html Css Color HEX #FAA414 Dark Tangerine

📋 copy color: '#FAA414'

red 250 ◦ green 164 ◦ blue 20

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

Shades of Dark Tangerine #FAA414

Tints of Dark Tangerine #FAA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

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

R = 57.6%
G = 37.79%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAA414 (or 0xFAA414) is known color: Dark Tangerine. HEX triplet: FA, A4 and 14. RGB value is (250,164,20). Sum of RGB (Red+Green+Blue) = 250+164+20=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA414 is #055BEB. Grayscale: #ADADAD. Windows color (decimal): -351212 or 1352954. OLE color: 1352954.

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

Color convert

RGB 250 164 20 -
CMYK 0 0.34 0.92 0.02
HSL 37.57º 0.96% 0.53% -
HSV(B) 37.57º 0.92% 0.98% -
XYZ 52.83 46.93 6.94 -
YUV 173.3 41.49 182.71 -
System Red Green Blue C M Y K H S L
Decimal 250 164 20 0 0.34 0.92 0.02 37.57 0.96 0.53
Hex FA A4 14 0 22 5C 2 26 60 35
Octal 372 244 24 0 42 134 2 46 140 65
Binary 11111010 10100100 10100 0 100010 1011100 10 100110 1100000 110101

Color Harmonies of #FAA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA414

Black with #FAA414

Text Example


Text Example

White with #FAA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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