Html Css Color HEX #FCD47C Salomie

📋 copy color: '#FCD47C'

red 252 ◦ green 212 ◦ blue 124

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

Shades of Salomie #FCD47C

Tints of Salomie #FCD47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 124 (48.83% from 255) = 21.09%

R = 42.86%
G = 36.05%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD47C (or 0xFCD47C) is known color: Salomie. HEX triplet: FC, D4 and 7C. RGB value is (252,212,124). Sum of RGB (Red+Green+Blue) = 252+212+124=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD47C is #032B83. Grayscale: #D6D6D6. Windows color (decimal): -207748 or 8180988. OLE color: 8180988.

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

Color convert

RGB 252 212 124 -
CMYK 0 0.16 0.51 0.01
HSL 41.25º 0.96% 0.74% -
HSV(B) 41.25º 0.51% 0.99% -
XYZ 67.33 69.24 28.88 -
YUV 213.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 252 212 124 0 0.16 0.51 0.01 41.25 0.96 0.74
Hex FC D4 7C 0 10 33 1 29 60 4A
Octal 374 324 174 0 20 63 1 51 140 112
Binary 11111100 11010100 1111100 0 10000 110011 1 101001 1100000 1001010

Color Harmonies of #FCD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD47C

Black with #FCD47C

Text Example


Text Example

White with #FCD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD47C; }

 p { color: rgb(252,212,124); }

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

background-color css

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

 a { background-color: rgb(252,212,124); }

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

border-color css

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

 span { border-color: rgb(252,212,124); }

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