Html Css Color HEX #FCAC12 Dark Tangerine

📋 copy color: '#FCAC12'

red 252 ◦ green 172 ◦ blue 18

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

Shades of Dark Tangerine #FCAC12

Tints of Dark Tangerine #FCAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 57.01%
G = 38.91%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCAC12 (or 0xFCAC12) is known color: Dark Tangerine. HEX triplet: FC, AC and 12. RGB value is (252,172,18). Sum of RGB (Red+Green+Blue) = 252+172+18=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC12 is #0353ED. Grayscale: #B3B3B3. Windows color (decimal): -218094 or 1223932. OLE color: 1223932.

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

Color convert

RGB 252 172 18 -
CMYK 0 0.32 0.93 0.01
HSL 39.49º 0.98% 0.53% -
HSV(B) 39.49º 0.93% 0.99% -
XYZ 55.01 50.24 7.37 -
YUV 178.36 37.5 180.52 -
System Red Green Blue C M Y K H S L
Decimal 252 172 18 0 0.32 0.93 0.01 39.49 0.98 0.53
Hex FC AC 12 0 20 5D 1 27 62 35
Octal 374 254 22 0 40 135 1 47 142 65
Binary 11111100 10101100 10010 0 100000 1011101 1 100111 1100010 110101

Color Harmonies of #FCAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC12

Black with #FCAC12

Text Example


Text Example

White with #FCAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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