Html Css Color HEX #FAA420 Dark Tangerine

📋 copy color: '#FAA420'

red 250 ◦ green 164 ◦ blue 32

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

Shades of Dark Tangerine #FAA420

Tints of Dark Tangerine #FAA420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 56.05%
G = 36.77%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAA420 (or 0xFAA420) is known color: Dark Tangerine. HEX triplet: FA, A4 and 20. RGB value is (250,164,32). Sum of RGB (Red+Green+Blue) = 250+164+32=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA420 is #055BDF. Grayscale: #AFAFAF. Windows color (decimal): -351200 or 2139386. OLE color: 2139386.

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

Color convert

RGB 250 164 32 -
CMYK 0 0.34 0.87 0.02
HSL 36.33º 0.96% 0.55% -
HSV(B) 36.33º 0.87% 0.98% -
XYZ 52.96 46.98 7.64 -
YUV 174.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 250 164 32 0 0.34 0.87 0.02 36.33 0.96 0.55
Hex FA A4 20 0 22 57 2 24 60 37
Octal 372 244 40 0 42 127 2 44 140 67
Binary 11111010 10100100 100000 0 100010 1010111 10 100100 1100000 110111

Color Harmonies of #FAA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA420

Black with #FAA420

Text Example


Text Example

White with #FAA420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA420; }

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

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

background-color css

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

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

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

border-color css

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

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

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