Html Css Color HEX #FCAA10 Dark Tangerine

📋 copy color: '#FCAA10'

red 252 ◦ green 170 ◦ blue 16

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

Shades of Dark Tangerine #FCAA10

Tints of Dark Tangerine #FCAA10

RGB

 RED value IS 252 (98.83% from 255) = 57.53%

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

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

R = 57.53%
G = 38.81%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCAA10 (or 0xFCAA10) is known color: Dark Tangerine. HEX triplet: FC, AA and 10. RGB value is (252,170,16). Sum of RGB (Red+Green+Blue) = 252+170+16=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA10 is #0355EF. Grayscale: #B1B1B1. Windows color (decimal): -218608 or 1092348. OLE color: 1092348.

HSL color Cylindrical-coordinate representation of color #FCAA10: hue angle of 39.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCAA10 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 16 -
CMYK 0 0.33 0.94 0.01
HSL 39.15º 0.98% 0.53% -
HSV(B) 39.15º 0.94% 0.99% -
XYZ 54.61 49.48 7.16 -
YUV 176.96 37.17 181.52 -
System Red Green Blue C M Y K H S L
Decimal 252 170 16 0 0.33 0.94 0.01 39.15 0.98 0.53
Hex FC AA 10 0 21 5E 1 27 62 35
Octal 374 252 20 0 41 136 1 47 142 65
Binary 11111100 10101010 10000 0 100001 1011110 1 100111 1100010 110101

Color Harmonies of #FCAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA10

Black with #FCAA10

Text Example


Text Example

White with #FCAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA10; }

 p { color: rgb(252,170,16); }

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

background-color css

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

 a { background-color: rgb(252,170,16); }

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

border-color css

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

 span { border-color: rgb(252,170,16); }

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