Html Css Color HEX #FCD678 Salomie

📋 copy color: '#FCD678'

red 252 ◦ green 214 ◦ blue 120

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

Shades of Salomie #FCD678

Tints of Salomie #FCD678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.48%

R = 43%
G = 36.52%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD678 (or 0xFCD678) is known color: Salomie. HEX triplet: FC, D6 and 78. RGB value is (252,214,120). Sum of RGB (Red+Green+Blue) = 252+214+120=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD678 is #032987. Grayscale: #D7D7D7. Windows color (decimal): -207240 or 7919356. OLE color: 7919356.

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

Color convert

RGB 252 214 120 -
CMYK 0 0.15 0.52 0.01
HSL 42.73º 0.96% 0.73% -
HSV(B) 42.73º 0.52% 0.99% -
XYZ 67.58 70.14 27.75 -
YUV 214.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 252 214 120 0 0.15 0.52 0.01 42.73 0.96 0.73
Hex FC D6 78 0 F 34 1 2B 60 49
Octal 374 326 170 0 17 64 1 53 140 111
Binary 11111100 11010110 1111000 0 1111 110100 1 101011 1100000 1001001

Color Harmonies of #FCD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD678

Black with #FCD678

Text Example


Text Example

White with #FCD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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