Html Css Color HEX #FCD872 Salomie

📋 copy color: '#FCD872'

red 252 ◦ green 216 ◦ blue 114

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

Shades of Salomie #FCD872

Tints of Salomie #FCD872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.59%

R = 43.3%
G = 37.11%
B = 19.59%

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

#FCD872 (or 0xFCD872) is known color: Salomie. HEX triplet: FC, D8 and 72. RGB value is (252,216,114). Sum of RGB (Red+Green+Blue) = 252+216+114=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD872 is #03278D. Grayscale: #D7D7D7. Windows color (decimal): -206734 or 7526652. OLE color: 7526652.

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

Color convert

RGB 252 216 114 -
CMYK 0 0.14 0.55 0.01
HSL 44.35º 0.96% 0.72% -
HSV(B) 44.35º 0.55% 0.99% -
XYZ 67.74 71.02 26.06 -
YUV 215.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 252 216 114 0 0.14 0.55 0.01 44.35 0.96 0.72
Hex FC D8 72 0 E 37 1 2C 60 48
Octal 374 330 162 0 16 67 1 54 140 110
Binary 11111100 11011000 1110010 0 1110 110111 1 101100 1100000 1001000

Color Harmonies of #FCD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD872

Black with #FCD872

Text Example


Text Example

White with #FCD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD872; }

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

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

background-color css

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

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

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

border-color css

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

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

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