Html Css Color HEX #FCD875 Salomie

📋 copy color: '#FCD875'

red 252 ◦ green 216 ◦ blue 117

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

Shades of Salomie #FCD875

Tints of Salomie #FCD875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20%

R = 43.08%
G = 36.92%
B = 20%

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

#FCD875 (or 0xFCD875) is known color: Salomie. HEX triplet: FC, D8 and 75. RGB value is (252,216,117). Sum of RGB (Red+Green+Blue) = 252+216+117=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD875 is #03278A. Grayscale: #D7D7D7. Windows color (decimal): -206731 or 7723260. OLE color: 7723260.

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

Color convert

RGB 252 216 117 -
CMYK 0 0.14 0.54 0.01
HSL 44º 0.96% 0.72% -
HSV(B) 44º 0.54% 0.99% -
XYZ 67.91 71.09 26.97 -
YUV 215.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 252 216 117 0 0.14 0.54 0.01 44 0.96 0.72
Hex FC D8 75 0 E 36 1 2C 60 48
Octal 374 330 165 0 16 66 1 54 140 110
Binary 11111100 11011000 1110101 0 1110 110110 1 101100 1100000 1001000

Color Harmonies of #FCD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD875

Black with #FCD875

Text Example


Text Example

White with #FCD875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD875; }

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

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

background-color css

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

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

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

border-color css

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

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

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