Html Css Color HEX #FCD475 Salomie

📋 copy color: '#FCD475'

red 252 ◦ green 212 ◦ blue 117

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

Shades of Salomie #FCD475

Tints of Salomie #FCD475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.14%

R = 43.37%
G = 36.49%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD475 (or 0xFCD475) is known color: Salomie. HEX triplet: FC, D4 and 75. RGB value is (252,212,117). Sum of RGB (Red+Green+Blue) = 252+212+117=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD475 is #032B8A. Grayscale: #D5D5D5. Windows color (decimal): -207755 or 7722236. OLE color: 7722236.

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

Color convert

RGB 252 212 117 -
CMYK 0 0.16 0.54 0.01
HSL 42.22º 0.96% 0.72% -
HSV(B) 42.22º 0.54% 0.99% -
XYZ 66.9 69.07 26.63 -
YUV 213.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 252 212 117 0 0.16 0.54 0.01 42.22 0.96 0.72
Hex FC D4 75 0 10 36 1 2A 60 48
Octal 374 324 165 0 20 66 1 52 140 110
Binary 11111100 11010100 1110101 0 10000 110110 1 101010 1100000 1001000

Color Harmonies of #FCD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD475

Black with #FCD475

Text Example


Text Example

White with #FCD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD475; }

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

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

background-color css

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

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

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

border-color css

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

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

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