Html Css Color HEX #FCD37C Salomie

📋 copy color: '#FCD37C'

red 252 ◦ green 211 ◦ blue 124

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

Shades of Salomie #FCD37C

Tints of Salomie #FCD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.95%

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

R = 42.93%
G = 35.95%
B = 21.12%

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

#FCD37C (or 0xFCD37C) is known color: Salomie. HEX triplet: FC, D3 and 7C. RGB value is (252,211,124). Sum of RGB (Red+Green+Blue) = 252+211+124=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD37C is #032C83. Grayscale: #D5D5D5. Windows color (decimal): -208004 or 8180732. OLE color: 8180732.

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

Color convert

RGB 252 211 124 -
CMYK 0 0.16 0.51 0.01
HSL 40.78º 0.96% 0.74% -
HSV(B) 40.78º 0.51% 0.99% -
XYZ 67.08 68.74 28.8 -
YUV 213.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 252 211 124 0 0.16 0.51 0.01 40.78 0.96 0.74
Hex FC D3 7C 0 10 33 1 29 60 4A
Octal 374 323 174 0 20 63 1 51 140 112
Binary 11111100 11010011 1111100 0 10000 110011 1 101001 1100000 1001010

Color Harmonies of #FCD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD37C

Black with #FCD37C

Text Example


Text Example

White with #FCD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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