Html Css Color HEX #FCD974 Salomie

📋 copy color: '#FCD974'

red 252 ◦ green 217 ◦ blue 116

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

Shades of Salomie #FCD974

Tints of Salomie #FCD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.83%

R = 43.08%
G = 37.09%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD974 (or 0xFCD974) is known color: Salomie. HEX triplet: FC, D9 and 74. RGB value is (252,217,116). Sum of RGB (Red+Green+Blue) = 252+217+116=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD974 is #03268B. Grayscale: #D8D8D8. Windows color (decimal): -206476 or 7657980. OLE color: 7657980.

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

Color convert

RGB 252 217 116 -
CMYK 0 0.14 0.54 0.01
HSL 44.56º 0.96% 0.72% -
HSV(B) 44.56º 0.54% 0.99% -
XYZ 68.11 71.58 26.75 -
YUV 215.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 252 217 116 0 0.14 0.54 0.01 44.56 0.96 0.72
Hex FC D9 74 0 E 36 1 2D 60 48
Octal 374 331 164 0 16 66 1 55 140 110
Binary 11111100 11011001 1110100 0 1110 110110 1 101101 1100000 1001000

Color Harmonies of #FCD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD974

Black with #FCD974

Text Example


Text Example

White with #FCD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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