Html Css Color HEX #FAA522 Dark Tangerine

📋 copy color: '#FAA522'

red 250 ◦ green 165 ◦ blue 34

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

Shades of Dark Tangerine #FAA522

Tints of Dark Tangerine #FAA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 55.68%
G = 36.75%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAA522 (or 0xFAA522) is known color: Dark Tangerine. HEX triplet: FA, A5 and 22. RGB value is (250,165,34). Sum of RGB (Red+Green+Blue) = 250+165+34=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA522 is #055ADD. Grayscale: #B0B0B0. Windows color (decimal): -350942 or 2270714. OLE color: 2270714.

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

Color convert

RGB 250 165 34 -
CMYK 0 0.34 0.86 0.02
HSL 36.39º 0.96% 0.56% -
HSV(B) 36.39º 0.86% 0.98% -
XYZ 53.17 47.35 7.85 -
YUV 175.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 250 165 34 0 0.34 0.86 0.02 36.39 0.96 0.56
Hex FA A5 22 0 22 56 2 24 60 38
Octal 372 245 42 0 42 126 2 44 140 70
Binary 11111010 10100101 100010 0 100010 1010110 10 100100 1100000 111000

Color Harmonies of #FAA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA522

Black with #FAA522

Text Example


Text Example

White with #FAA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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