Html Css Color HEX #FCD478 Salomie

📋 copy color: '#FCD478'

red 252 ◦ green 212 ◦ blue 120

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

Shades of Salomie #FCD478

Tints of Salomie #FCD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.3%

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

R = 43.15%
G = 36.3%
B = 20.55%

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

#FCD478 (or 0xFCD478) is known color: Salomie. HEX triplet: FC, D4 and 78. RGB value is (252,212,120). Sum of RGB (Red+Green+Blue) = 252+212+120=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD478 is #032B87. Grayscale: #D5D5D5. Windows color (decimal): -207752 or 7918844. OLE color: 7918844.

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

Color convert

RGB 252 212 120 -
CMYK 0 0.16 0.52 0.01
HSL 41.82º 0.96% 0.73% -
HSV(B) 41.82º 0.52% 0.99% -
XYZ 67.08 69.14 27.58 -
YUV 213.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 252 212 120 0 0.16 0.52 0.01 41.82 0.96 0.73
Hex FC D4 78 0 10 34 1 2A 60 49
Octal 374 324 170 0 20 64 1 52 140 111
Binary 11111100 11010100 1111000 0 10000 110100 1 101010 1100000 1001001

Color Harmonies of #FCD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD478

Black with #FCD478

Text Example


Text Example

White with #FCD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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