Html Css Color HEX #FCD871 Salomie

📋 copy color: '#FCD871'

red 252 ◦ green 216 ◦ blue 113

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

Shades of Salomie #FCD871

Tints of Salomie #FCD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.45%

R = 43.37%
G = 37.18%
B = 19.45%

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

#FCD871 (or 0xFCD871) is known color: Salomie. HEX triplet: FC, D8 and 71. RGB value is (252,216,113). Sum of RGB (Red+Green+Blue) = 252+216+113=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD871 is #03278E. Grayscale: #D7D7D7. Windows color (decimal): -206735 or 7461116. OLE color: 7461116.

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

Color convert

RGB 252 216 113 -
CMYK 0 0.14 0.55 0.01
HSL 44.46º 0.96% 0.72% -
HSV(B) 44.46º 0.55% 0.99% -
XYZ 67.68 71 25.76 -
YUV 215.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 252 216 113 0 0.14 0.55 0.01 44.46 0.96 0.72
Hex FC D8 71 0 E 37 1 2C 60 48
Octal 374 330 161 0 16 67 1 54 140 110
Binary 11111100 11011000 1110001 0 1110 110111 1 101100 1100000 1001000

Color Harmonies of #FCD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD871

Black with #FCD871

Text Example


Text Example

White with #FCD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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