Html Css Color HEX #FCD774 Salomie

📋 copy color: '#FCD774'

red 252 ◦ green 215 ◦ blue 116

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

Shades of Salomie #FCD774

Tints of Salomie #FCD774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 116 (45.7% from 255) = 19.9%

R = 43.22%
G = 36.88%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD774 (or 0xFCD774) is known color: Salomie. HEX triplet: FC, D7 and 74. RGB value is (252,215,116). Sum of RGB (Red+Green+Blue) = 252+215+116=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD774 is #03288B. Grayscale: #D7D7D7. Windows color (decimal): -206988 or 7657468. OLE color: 7657468.

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

Color convert

RGB 252 215 116 -
CMYK 0 0.15 0.54 0.01
HSL 43.68º 0.96% 0.72% -
HSV(B) 43.68º 0.54% 0.99% -
XYZ 67.6 70.56 26.58 -
YUV 214.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 252 215 116 0 0.15 0.54 0.01 43.68 0.96 0.72
Hex FC D7 74 0 F 36 1 2C 60 48
Octal 374 327 164 0 17 66 1 54 140 110
Binary 11111100 11010111 1110100 0 1111 110110 1 101100 1100000 1001000

Color Harmonies of #FCD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD774

Black with #FCD774

Text Example


Text Example

White with #FCD774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD774; }

 p { color: rgb(252,215,116); }

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

background-color css

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

 a { background-color: rgb(252,215,116); }

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

border-color css

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

 span { border-color: rgb(252,215,116); }

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