Html Css Color HEX #FCA06D Hit Pink

📋 copy color: '#FCA06D'

red 252 ◦ green 160 ◦ blue 109

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

Shades of Hit Pink #FCA06D

Tints of Hit Pink #FCA06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 48.37%
G = 30.71%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCA06D (or 0xFCA06D) is known color: Hit Pink. HEX triplet: FC, A0 and 6D. RGB value is (252,160,109). Sum of RGB (Red+Green+Blue) = 252+160+109=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA06D is #035F92. Grayscale: #B5B5B5. Windows color (decimal): -221075 or 7184636. OLE color: 7184636.

HSL color Cylindrical-coordinate representation of color #FCA06D: hue angle of 21.4º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCA06D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 160 109 -
CMYK 0 0.37 0.57 0.01
HSL 21.4º 0.96% 0.71% -
HSV(B) 21.4º 0.57% 0.99% -
XYZ 55.48 46.94 20.6 -
YUV 181.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 252 160 109 0 0.37 0.57 0.01 21.4 0.96 0.71
Hex FC A0 6D 0 25 39 1 15 60 47
Octal 374 240 155 0 45 71 1 25 140 107
Binary 11111100 10100000 1101101 0 100101 111001 1 10101 1100000 1000111

Color Harmonies of #FCA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA06D

Black with #FCA06D

Text Example


Text Example

White with #FCA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA06D; }

 p { color: rgb(252,160,109); }

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

background-color css

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

 a { background-color: rgb(252,160,109); }

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

border-color css

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

 span { border-color: rgb(252,160,109); }

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