Html Css Color HEX #FCD675 Salomie

📋 copy color: '#FCD675'

red 252 ◦ green 214 ◦ blue 117

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

Shades of Salomie #FCD675

Tints of Salomie #FCD675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

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

R = 43.22%
G = 36.71%
B = 20.07%

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

#FCD675 (or 0xFCD675) is known color: Salomie. HEX triplet: FC, D6 and 75. RGB value is (252,214,117). Sum of RGB (Red+Green+Blue) = 252+214+117=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD675 is #03298A. Grayscale: #D6D6D6. Windows color (decimal): -207243 or 7722748. OLE color: 7722748.

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

Color convert

RGB 252 214 117 -
CMYK 0 0.15 0.54 0.01
HSL 43.11º 0.96% 0.72% -
HSV(B) 43.11º 0.54% 0.99% -
XYZ 67.4 70.07 26.8 -
YUV 214.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 252 214 117 0 0.15 0.54 0.01 43.11 0.96 0.72
Hex FC D6 75 0 F 36 1 2B 60 48
Octal 374 326 165 0 17 66 1 53 140 110
Binary 11111100 11010110 1110101 0 1111 110110 1 101011 1100000 1001000

Color Harmonies of #FCD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD675

Black with #FCD675

Text Example


Text Example

White with #FCD675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD675; }

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

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

background-color css

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

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

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

border-color css

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

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

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