Html Css Color HEX #FAAB10 Dark Tangerine

📋 copy color: '#FAAB10'

red 250 ◦ green 171 ◦ blue 16

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

Shades of Dark Tangerine #FAAB10

Tints of Dark Tangerine #FAAB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.66%

R = 57.21%
G = 39.13%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAAB10 (or 0xFAAB10) is known color: Dark Tangerine. HEX triplet: FA, AB and 10. RGB value is (250,171,16). Sum of RGB (Red+Green+Blue) = 250+171+16=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB10 is #0554EF. Grayscale: #B1B1B1. Windows color (decimal): -349424 or 1092602. OLE color: 1092602.

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

Color convert

RGB 250 171 16 -
CMYK 0 0.32 0.94 0.02
HSL 39.74º 0.96% 0.52% -
HSV(B) 39.74º 0.94% 0.98% -
XYZ 54.08 49.49 7.19 -
YUV 176.95 37.17 180.1 -
System Red Green Blue C M Y K H S L
Decimal 250 171 16 0 0.32 0.94 0.02 39.74 0.96 0.52
Hex FA AB 10 0 20 5E 2 28 60 34
Octal 372 253 20 0 40 136 2 50 140 64
Binary 11111010 10101011 10000 0 100000 1011110 10 101000 1100000 110100

Color Harmonies of #FAAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB10

Black with #FAAB10

Text Example


Text Example

White with #FAAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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