Html Css Color HEX #FAAB0A Dark Tangerine

📋 copy color: '#FAAB0A'

red 250 ◦ green 171 ◦ blue 10

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

Shades of Dark Tangerine #FAAB0A

Tints of Dark Tangerine #FAAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 58%
G = 39.68%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAAB0A (or 0xFAAB0A) is known color: Dark Tangerine. HEX triplet: FA, AB and 0A. RGB value is (250,171,10). Sum of RGB (Red+Green+Blue) = 250+171+10=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB0A is #0554F5. Grayscale: #B0B0B0. Windows color (decimal): -349430 or 699386. OLE color: 699386.

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

Color convert

RGB 250 171 10 -
CMYK 0 0.32 0.96 0.02
HSL 40.25º 0.96% 0.51% -
HSV(B) 40.25º 0.96% 0.98% -
XYZ 54.04 49.47 6.99 -
YUV 176.27 34.17 180.59 -
System Red Green Blue C M Y K H S L
Decimal 250 171 10 0 0.32 0.96 0.02 40.25 0.96 0.51
Hex FA AB A 0 20 60 2 28 60 33
Octal 372 253 12 0 40 140 2 50 140 63
Binary 11111010 10101011 1010 0 100000 1100000 10 101000 1100000 110011

Color Harmonies of #FAAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB0A

Black with #FAAB0A

Text Example


Text Example

White with #FAAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB0A; }

 p { color: rgb(250,171,10); }

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

background-color css

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

 a { background-color: rgb(250,171,10); }

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

border-color css

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

 span { border-color: rgb(250,171,10); }

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