Html Css Color HEX #FCD972 Salomie

📋 copy color: '#FCD972'

red 252 ◦ green 217 ◦ blue 114

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

Shades of Salomie #FCD972

Tints of Salomie #FCD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 114 (44.92% from 255) = 19.55%

R = 43.22%
G = 37.22%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD972 (or 0xFCD972) is known color: Salomie. HEX triplet: FC, D9 and 72. RGB value is (252,217,114). Sum of RGB (Red+Green+Blue) = 252+217+114=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD972 is #03268D. Grayscale: #D8D8D8. Windows color (decimal): -206478 or 7526908. OLE color: 7526908.

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

Color convert

RGB 252 217 114 -
CMYK 0 0.14 0.55 0.01
HSL 44.78º 0.96% 0.72% -
HSV(B) 44.78º 0.55% 0.99% -
XYZ 68 71.54 26.14 -
YUV 215.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 252 217 114 0 0.14 0.55 0.01 44.78 0.96 0.72
Hex FC D9 72 0 E 37 1 2D 60 48
Octal 374 331 162 0 16 67 1 55 140 110
Binary 11111100 11011001 1110010 0 1110 110111 1 101101 1100000 1001000

Color Harmonies of #FCD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD972

Black with #FCD972

Text Example


Text Example

White with #FCD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD972; }

 p { color: rgb(252,217,114); }

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

background-color css

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

 a { background-color: rgb(252,217,114); }

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

border-color css

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

 span { border-color: rgb(252,217,114); }

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