Html Css Color HEX #FCD477 Salomie

📋 copy color: '#FCD477'

red 252 ◦ green 212 ◦ blue 119

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

Shades of Salomie #FCD477

Tints of Salomie #FCD477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

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

R = 43.22%
G = 36.36%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD477 (or 0xFCD477) is known color: Salomie. HEX triplet: FC, D4 and 77. RGB value is (252,212,119). Sum of RGB (Red+Green+Blue) = 252+212+119=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD477 is #032B88. Grayscale: #D5D5D5. Windows color (decimal): -207753 or 7853308. OLE color: 7853308.

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

Color convert

RGB 252 212 119 -
CMYK 0 0.16 0.53 0.01
HSL 41.95º 0.96% 0.73% -
HSV(B) 41.95º 0.53% 0.99% -
XYZ 67.02 69.11 27.26 -
YUV 213.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 252 212 119 0 0.16 0.53 0.01 41.95 0.96 0.73
Hex FC D4 77 0 10 35 1 2A 60 49
Octal 374 324 167 0 20 65 1 52 140 111
Binary 11111100 11010100 1110111 0 10000 110101 1 101010 1100000 1001001

Color Harmonies of #FCD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD477

Black with #FCD477

Text Example


Text Example

White with #FCD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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