Html Css Color HEX #FCD375 Salomie

📋 copy color: '#FCD375'

red 252 ◦ green 211 ◦ blue 117

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

Shades of Salomie #FCD375

Tints of Salomie #FCD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

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

R = 43.45%
G = 36.38%
B = 20.17%

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

#FCD375 (or 0xFCD375) is known color: Salomie. HEX triplet: FC, D3 and 75. RGB value is (252,211,117). Sum of RGB (Red+Green+Blue) = 252+211+117=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD375 is #032C8A. Grayscale: #D4D4D4. Windows color (decimal): -208011 or 7721980. OLE color: 7721980.

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

Color convert

RGB 252 211 117 -
CMYK 0 0.16 0.54 0.01
HSL 41.78º 0.96% 0.72% -
HSV(B) 41.78º 0.54% 0.99% -
XYZ 66.65 68.57 26.55 -
YUV 212.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 252 211 117 0 0.16 0.54 0.01 41.78 0.96 0.72
Hex FC D3 75 0 10 36 1 2A 60 48
Octal 374 323 165 0 20 66 1 52 140 110
Binary 11111100 11010011 1110101 0 10000 110110 1 101010 1100000 1001000

Color Harmonies of #FCD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD375

Black with #FCD375

Text Example


Text Example

White with #FCD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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