Html Css Color HEX #FCD873 Salomie

📋 copy color: '#FCD873'

red 252 ◦ green 216 ◦ blue 115

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

Shades of Salomie #FCD873

Tints of Salomie #FCD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 43.22%
G = 37.05%
B = 19.73%

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

#FCD873 (or 0xFCD873) is known color: Salomie. HEX triplet: FC, D8 and 73. RGB value is (252,216,115). Sum of RGB (Red+Green+Blue) = 252+216+115=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD873 is #03278C. Grayscale: #D7D7D7. Windows color (decimal): -206733 or 7592188. OLE color: 7592188.

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

Color convert

RGB 252 216 115 -
CMYK 0 0.14 0.54 0.01
HSL 44.23º 0.96% 0.72% -
HSV(B) 44.23º 0.54% 0.99% -
XYZ 67.8 71.04 26.36 -
YUV 215.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 252 216 115 0 0.14 0.54 0.01 44.23 0.96 0.72
Hex FC D8 73 0 E 36 1 2C 60 48
Octal 374 330 163 0 16 66 1 54 140 110
Binary 11111100 11011000 1110011 0 1110 110110 1 101100 1100000 1001000

Color Harmonies of #FCD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD873

Black with #FCD873

Text Example


Text Example

White with #FCD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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