Html Css Color HEX #FCAB10 Dark Tangerine

📋 copy color: '#FCAB10'

red 252 ◦ green 171 ◦ blue 16

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

Shades of Dark Tangerine #FCAB10

Tints of Dark Tangerine #FCAB10

RGB

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

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

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

R = 57.4%
G = 38.95%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCAB10 (or 0xFCAB10) is known color: Dark Tangerine. HEX triplet: FC, AB and 10. RGB value is (252,171,16). Sum of RGB (Red+Green+Blue) = 252+171+16=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB10 is #0354EF. Grayscale: #B2B2B2. Windows color (decimal): -218352 or 1092604. OLE color: 1092604.

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

Color convert

RGB 252 171 16 -
CMYK 0 0.32 0.94 0.01
HSL 39.41º 0.98% 0.53% -
HSV(B) 39.41º 0.94% 0.99% -
XYZ 54.8 49.86 7.23 -
YUV 177.55 36.84 181.1 -
System Red Green Blue C M Y K H S L
Decimal 252 171 16 0 0.32 0.94 0.01 39.41 0.98 0.53
Hex FC AB 10 0 20 5E 1 27 62 35
Octal 374 253 20 0 40 136 1 47 142 65
Binary 11111100 10101011 10000 0 100000 1011110 1 100111 1100010 110101

Color Harmonies of #FCAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB10

Black with #FCAB10

Text Example


Text Example

White with #FCAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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