Html Css Color HEX #FAA520 Dark Tangerine

📋 copy color: '#FAA520'

red 250 ◦ green 165 ◦ blue 32

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

Shades of Dark Tangerine #FAA520

Tints of Dark Tangerine #FAA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 55.93%
G = 36.91%
B = 7.16%

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

#FAA520 (or 0xFAA520) is known color: Dark Tangerine. HEX triplet: FA, A5 and 20. RGB value is (250,165,32). Sum of RGB (Red+Green+Blue) = 250+165+32=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA520 is #055ADF. Grayscale: #AFAFAF. Windows color (decimal): -350944 or 2139642. OLE color: 2139642.

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

Color convert

RGB 250 165 32 -
CMYK 0 0.34 0.87 0.02
HSL 36.61º 0.96% 0.55% -
HSV(B) 36.61º 0.87% 0.98% -
XYZ 53.14 47.34 7.7 -
YUV 175.25 47.16 181.31 -
System Red Green Blue C M Y K H S L
Decimal 250 165 32 0 0.34 0.87 0.02 36.61 0.96 0.55
Hex FA A5 20 0 22 57 2 25 60 37
Octal 372 245 40 0 42 127 2 45 140 67
Binary 11111010 10100101 100000 0 100010 1010111 10 100101 1100000 110111

Color Harmonies of #FAA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA520

Black with #FAA520

Text Example


Text Example

White with #FAA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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