Html Css Color HEX #FCD874 Salomie

📋 copy color: '#FCD874'

red 252 ◦ green 216 ◦ blue 116

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

Shades of Salomie #FCD874

Tints of Salomie #FCD874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

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

R = 43.15%
G = 36.99%
B = 19.86%

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

#FCD874 (or 0xFCD874) is known color: Salomie. HEX triplet: FC, D8 and 74. RGB value is (252,216,116). Sum of RGB (Red+Green+Blue) = 252+216+116=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD874 is #03278B. Grayscale: #D7D7D7. Windows color (decimal): -206732 or 7657724. OLE color: 7657724.

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

Color convert

RGB 252 216 116 -
CMYK 0 0.14 0.54 0.01
HSL 44.12º 0.96% 0.72% -
HSV(B) 44.12º 0.54% 0.99% -
XYZ 67.85 71.07 26.66 -
YUV 215.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 252 216 116 0 0.14 0.54 0.01 44.12 0.96 0.72
Hex FC D8 74 0 E 36 1 2C 60 48
Octal 374 330 164 0 16 66 1 54 140 110
Binary 11111100 11011000 1110100 0 1110 110110 1 101100 1100000 1001000

Color Harmonies of #FCD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD874

Black with #FCD874

Text Example


Text Example

White with #FCD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD874; }

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

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

background-color css

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

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

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

border-color css

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

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

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