Html Css Color HEX #FAAA1C Dark Tangerine

📋 copy color: '#FAAA1C'

red 250 ◦ green 170 ◦ blue 28

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

Shades of Dark Tangerine #FAAA1C

Tints of Dark Tangerine #FAAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 55.8%
G = 37.95%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAAA1C (or 0xFAAA1C) is known color: Dark Tangerine. HEX triplet: FA, AA and 1C. RGB value is (250,170,28). Sum of RGB (Red+Green+Blue) = 250+170+28=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA1C is #0555E3. Grayscale: #B2B2B2. Windows color (decimal): -349668 or 1878778. OLE color: 1878778.

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

Color convert

RGB 250 170 28 -
CMYK 0 0.32 0.89 0.02
HSL 38.38º 0.96% 0.55% -
HSV(B) 38.38º 0.89% 0.98% -
XYZ 54.01 49.16 7.74 -
YUV 177.73 43.5 179.55 -
System Red Green Blue C M Y K H S L
Decimal 250 170 28 0 0.32 0.89 0.02 38.38 0.96 0.55
Hex FA AA 1C 0 20 59 2 26 60 37
Octal 372 252 34 0 40 131 2 46 140 67
Binary 11111010 10101010 11100 0 100000 1011001 10 100110 1100000 110111

Color Harmonies of #FAAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA1C

Black with #FAAA1C

Text Example


Text Example

White with #FAAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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