Html Css Color HEX #FCD378 Salomie

📋 copy color: '#FCD378'

red 252 ◦ green 211 ◦ blue 120

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

Shades of Salomie #FCD378

Tints of Salomie #FCD378

RGB

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

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

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

R = 43.22%
G = 36.19%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD378 (or 0xFCD378) is known color: Salomie. HEX triplet: FC, D3 and 78. RGB value is (252,211,120). Sum of RGB (Red+Green+Blue) = 252+211+120=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD378 is #032C87. Grayscale: #D5D5D5. Windows color (decimal): -208008 or 7918588. OLE color: 7918588.

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

Color convert

RGB 252 211 120 -
CMYK 0 0.16 0.52 0.01
HSL 41.36º 0.96% 0.73% -
HSV(B) 41.36º 0.52% 0.99% -
XYZ 66.83 68.64 27.5 -
YUV 212.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 252 211 120 0 0.16 0.52 0.01 41.36 0.96 0.73
Hex FC D3 78 0 10 34 1 29 60 49
Octal 374 323 170 0 20 64 1 51 140 111
Binary 11111100 11010011 1111000 0 10000 110100 1 101001 1100000 1001001

Color Harmonies of #FCD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD378

Black with #FCD378

Text Example


Text Example

White with #FCD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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