Html Css Color HEX #FCD577 Salomie

📋 copy color: '#FCD577'

red 252 ◦ green 213 ◦ blue 119

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

Shades of Salomie #FCD577

Tints of Salomie #FCD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 119 (46.88% from 255) = 20.38%

R = 43.15%
G = 36.47%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD577 (or 0xFCD577) is known color: Salomie. HEX triplet: FC, D5 and 77. RGB value is (252,213,119). Sum of RGB (Red+Green+Blue) = 252+213+119=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD577 is #032A88. Grayscale: #D6D6D6. Windows color (decimal): -207497 or 7853564. OLE color: 7853564.

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

Color convert

RGB 252 213 119 -
CMYK 0 0.15 0.53 0.01
HSL 42.41º 0.96% 0.73% -
HSV(B) 42.41º 0.53% 0.99% -
XYZ 67.27 69.62 27.34 -
YUV 213.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 252 213 119 0 0.15 0.53 0.01 42.41 0.96 0.73
Hex FC D5 77 0 F 35 1 2A 60 49
Octal 374 325 167 0 17 65 1 52 140 111
Binary 11111100 11010101 1110111 0 1111 110101 1 101010 1100000 1001001

Color Harmonies of #FCD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD577

Black with #FCD577

Text Example


Text Example

White with #FCD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD577; }

 p { color: rgb(252,213,119); }

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

background-color css

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

 a { background-color: rgb(252,213,119); }

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

border-color css

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

 span { border-color: rgb(252,213,119); }

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