Html Css Color HEX #FCAC13 Dark Tangerine

📋 copy color: '#FCAC13'

red 252 ◦ green 172 ◦ blue 19

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

Shades of Dark Tangerine #FCAC13

Tints of Dark Tangerine #FCAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.29%

R = 56.88%
G = 38.83%
B = 4.29%

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

#FCAC13 (or 0xFCAC13) is known color: Dark Tangerine. HEX triplet: FC, AC and 13. RGB value is (252,172,19). Sum of RGB (Red+Green+Blue) = 252+172+19=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC13 is #0353EC. Grayscale: #B3B3B3. Windows color (decimal): -218093 or 1289468. OLE color: 1289468.

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

Color convert

RGB 252 172 19 -
CMYK 0 0.32 0.92 0.01
HSL 39.4º 0.97% 0.53% -
HSV(B) 39.4º 0.92% 0.99% -
XYZ 55.01 50.25 7.42 -
YUV 178.48 38 180.44 -
System Red Green Blue C M Y K H S L
Decimal 252 172 19 0 0.32 0.92 0.01 39.4 0.97 0.53
Hex FC AC 13 0 20 5C 1 27 61 35
Octal 374 254 23 0 40 134 1 47 141 65
Binary 11111100 10101100 10011 0 100000 1011100 1 100111 1100001 110101

Color Harmonies of #FCAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC13

Black with #FCAC13

Text Example


Text Example

White with #FCAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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