Html Css Color HEX #FAA820 Dark Tangerine

📋 copy color: '#FAA820'

red 250 ◦ green 168 ◦ blue 32

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

Shades of Dark Tangerine #FAA820

Tints of Dark Tangerine #FAA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

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

R = 55.56%
G = 37.33%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAA820 (or 0xFAA820) is known color: Dark Tangerine. HEX triplet: FA, A8 and 20. RGB value is (250,168,32). Sum of RGB (Red+Green+Blue) = 250+168+32=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA820 is #0557DF. Grayscale: #B1B1B1. Windows color (decimal): -350176 or 2140410. OLE color: 2140410.

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

Color convert

RGB 250 168 32 -
CMYK 0 0.33 0.87 0.02
HSL 37.43º 0.96% 0.55% -
HSV(B) 37.43º 0.87% 0.98% -
XYZ 53.69 48.43 7.89 -
YUV 177.01 46.17 180.06 -
System Red Green Blue C M Y K H S L
Decimal 250 168 32 0 0.33 0.87 0.02 37.43 0.96 0.55
Hex FA A8 20 0 21 57 2 25 60 37
Octal 372 250 40 0 41 127 2 45 140 67
Binary 11111010 10101000 100000 0 100001 1010111 10 100101 1100000 110111

Color Harmonies of #FAA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA820

Black with #FAA820

Text Example


Text Example

White with #FAA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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