Html Css Color HEX #FCD870 Salomie

📋 copy color: '#FCD870'

red 252 ◦ green 216 ◦ blue 112

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

Shades of Salomie #FCD870

Tints of Salomie #FCD870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.31%

R = 43.45%
G = 37.24%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD870 (or 0xFCD870) is known color: Salomie. HEX triplet: FC, D8 and 70. RGB value is (252,216,112). Sum of RGB (Red+Green+Blue) = 252+216+112=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD870 is #03278F. Grayscale: #D7D7D7. Windows color (decimal): -206736 or 7395580. OLE color: 7395580.

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

Color convert

RGB 252 216 112 -
CMYK 0 0.14 0.56 0.01
HSL 44.57º 0.96% 0.71% -
HSV(B) 44.57º 0.56% 0.99% -
XYZ 67.63 70.98 25.46 -
YUV 214.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 252 216 112 0 0.14 0.56 0.01 44.57 0.96 0.71
Hex FC D8 70 0 E 38 1 2D 60 47
Octal 374 330 160 0 16 70 1 55 140 107
Binary 11111100 11011000 1110000 0 1110 111000 1 101101 1100000 1000111

Color Harmonies of #FCD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD870

Black with #FCD870

Text Example


Text Example

White with #FCD870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD870; }

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

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

background-color css

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

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

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

border-color css

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

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

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