Html Css Color HEX #FCAB15 Dark Tangerine

📋 copy color: '#FCAB15'

red 252 ◦ green 171 ◦ blue 21

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

Shades of Dark Tangerine #FCAB15

Tints of Dark Tangerine #FCAB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.73%

R = 56.76%
G = 38.51%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCAB15 (or 0xFCAB15) is known color: Dark Tangerine. HEX triplet: FC, AB and 15. RGB value is (252,171,21). Sum of RGB (Red+Green+Blue) = 252+171+21=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB15 is #0354EA. Grayscale: #B2B2B2. Windows color (decimal): -218347 or 1420284. OLE color: 1420284.

HSL color Cylindrical-coordinate representation of color #FCAB15: hue angle of 38.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCAB15 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 21 -
CMYK 0 0.32 0.92 0.01
HSL 38.96º 0.97% 0.54% -
HSV(B) 38.96º 0.92% 0.99% -
XYZ 54.84 49.88 7.45 -
YUV 178.12 39.34 180.7 -
System Red Green Blue C M Y K H S L
Decimal 252 171 21 0 0.32 0.92 0.01 38.96 0.97 0.54
Hex FC AB 15 0 20 5C 1 27 61 36
Octal 374 253 25 0 40 134 1 47 141 66
Binary 11111100 10101011 10101 0 100000 1011100 1 100111 1100001 110110

Color Harmonies of #FCAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB15

Black with #FCAB15

Text Example


Text Example

White with #FCAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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