Html Css Color HEX #FAAA1E Dark Tangerine

📋 copy color: '#FAAA1E'

red 250 ◦ green 170 ◦ blue 30

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

Shades of Dark Tangerine #FAAA1E

Tints of Dark Tangerine #FAAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 55.56%
G = 37.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAAA1E (or 0xFAAA1E) is known color: Dark Tangerine. HEX triplet: FA, AA and 1E. RGB value is (250,170,30). Sum of RGB (Red+Green+Blue) = 250+170+30=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA1E is #0555E1. Grayscale: #B2B2B2. Windows color (decimal): -349666 or 2009850. OLE color: 2009850.

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

Color convert

RGB 250 170 30 -
CMYK 0 0.32 0.88 0.02
HSL 38.18º 0.96% 0.55% -
HSV(B) 38.18º 0.88% 0.98% -
XYZ 54.03 49.17 7.87 -
YUV 177.96 44.5 179.38 -
System Red Green Blue C M Y K H S L
Decimal 250 170 30 0 0.32 0.88 0.02 38.18 0.96 0.55
Hex FA AA 1E 0 20 58 2 26 60 37
Octal 372 252 36 0 40 130 2 46 140 67
Binary 11111010 10101010 11110 0 100000 1011000 10 100110 1100000 110111

Color Harmonies of #FAAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA1E

Black with #FAAA1E

Text Example


Text Example

White with #FAAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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