Html Css Color HEX #FAAA22 Dark Tangerine

📋 copy color: '#FAAA22'

red 250 ◦ green 170 ◦ blue 34

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

Shades of Dark Tangerine #FAAA22

Tints of Dark Tangerine #FAAA22

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

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

R = 55.07%
G = 37.44%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAAA22 (or 0xFAAA22) is known color: Dark Tangerine. HEX triplet: FA, AA and 22. RGB value is (250,170,34). Sum of RGB (Red+Green+Blue) = 250+170+34=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA22 is #0555DD. Grayscale: #B3B3B3. Windows color (decimal): -349662 or 2271994. OLE color: 2271994.

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

Color convert

RGB 250 170 34 -
CMYK 0 0.32 0.86 0.02
HSL 37.78º 0.96% 0.56% -
HSV(B) 37.78º 0.86% 0.98% -
XYZ 54.09 49.19 8.16 -
YUV 178.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 250 170 34 0 0.32 0.86 0.02 37.78 0.96 0.56
Hex FA AA 22 0 20 56 2 26 60 38
Octal 372 252 42 0 40 126 2 46 140 70
Binary 11111010 10101010 100010 0 100000 1010110 10 100110 1100000 111000

Color Harmonies of #FAAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA22

Black with #FAAA22

Text Example


Text Example

White with #FAAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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