Html Css Color HEX #FAAC10 Dark Tangerine

📋 copy color: '#FAAC10'

red 250 ◦ green 172 ◦ blue 16

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

Shades of Dark Tangerine #FAAC10

Tints of Dark Tangerine #FAAC10

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

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

R = 57.08%
G = 39.27%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAAC10 (or 0xFAAC10) is known color: Dark Tangerine. HEX triplet: FA, AC and 10. RGB value is (250,172,16). Sum of RGB (Red+Green+Blue) = 250+172+16=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAC10 is #0553EF. Grayscale: #B2B2B2. Windows color (decimal): -349168 or 1092858. OLE color: 1092858.

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

Color convert

RGB 250 172 16 -
CMYK 0 0.31 0.94 0.02
HSL 40º 0.96% 0.52% -
HSV(B) 40º 0.94% 0.98% -
XYZ 54.27 49.87 7.26 -
YUV 177.54 36.84 179.68 -
System Red Green Blue C M Y K H S L
Decimal 250 172 16 0 0.31 0.94 0.02 40 0.96 0.52
Hex FA AC 10 0 1F 5E 2 28 60 34
Octal 372 254 20 0 37 136 2 50 140 64
Binary 11111010 10101100 10000 0 11111 1011110 10 101000 1100000 110100

Color Harmonies of #FAAC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC10

Black with #FAAC10

Text Example


Text Example

White with #FAAC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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