Html Css Color HEX #FCD17B Salomie

📋 copy color: '#FCD17B'

red 252 ◦ green 209 ◦ blue 123

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

Shades of Salomie #FCD17B

Tints of Salomie #FCD17B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.79%

 BLUE value IS 123 (48.44% from 255) = 21.06%

R = 43.15%
G = 35.79%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCD17B (or 0xFCD17B) is known color: Salomie. HEX triplet: FC, D1 and 7B. RGB value is (252,209,123). Sum of RGB (Red+Green+Blue) = 252+209+123=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD17B is #032E84. Grayscale: #D4D4D4. Windows color (decimal): -208517 or 8114684. OLE color: 8114684.

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

Color convert

RGB 252 209 123 -
CMYK 0 0.17 0.51 0.01
HSL 40º 0.96% 0.74% -
HSV(B) 40º 0.51% 0.99% -
XYZ 66.52 67.73 28.31 -
YUV 212.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 252 209 123 0 0.17 0.51 0.01 40 0.96 0.74
Hex FC D1 7B 0 11 33 1 28 60 4A
Octal 374 321 173 0 21 63 1 50 140 112
Binary 11111100 11010001 1111011 0 10001 110011 1 101000 1100000 1001010

Color Harmonies of #FCD17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD17B

Black with #FCD17B

Text Example


Text Example

White with #FCD17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD17B; }

 p { color: rgb(252,209,123); }

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

background-color css

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

 a { background-color: rgb(252,209,123); }

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

border-color css

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

 span { border-color: rgb(252,209,123); }

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