Html Css Color HEX #FCAC15 Dark Tangerine

📋 copy color: '#FCAC15'

red 252 ◦ green 172 ◦ blue 21

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

Shades of Dark Tangerine #FCAC15

Tints of Dark Tangerine #FCAC15

RGB

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

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

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

R = 56.63%
G = 38.65%
B = 4.72%

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

#FCAC15 (or 0xFCAC15) is known color: Dark Tangerine. HEX triplet: FC, AC and 15. RGB value is (252,172,21). Sum of RGB (Red+Green+Blue) = 252+172+21=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC15 is #0353EA. Grayscale: #B3B3B3. Windows color (decimal): -218091 or 1420540. OLE color: 1420540.

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

Color convert

RGB 252 172 21 -
CMYK 0 0.32 0.92 0.01
HSL 39.22º 0.97% 0.54% -
HSV(B) 39.22º 0.92% 0.99% -
XYZ 55.03 50.25 7.51 -
YUV 178.71 39 180.28 -
System Red Green Blue C M Y K H S L
Decimal 252 172 21 0 0.32 0.92 0.01 39.22 0.97 0.54
Hex FC AC 15 0 20 5C 1 27 61 36
Octal 374 254 25 0 40 134 1 47 141 66
Binary 11111100 10101100 10101 0 100000 1011100 1 100111 1100001 110110

Color Harmonies of #FCAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC15

Black with #FCAC15

Text Example


Text Example

White with #FCAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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