Html Css Color HEX #FCD474 Salomie

📋 copy color: '#FCD474'

red 252 ◦ green 212 ◦ blue 116

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

Shades of Salomie #FCD474

Tints of Salomie #FCD474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20%

R = 43.45%
G = 36.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD474 (or 0xFCD474) is known color: Salomie. HEX triplet: FC, D4 and 74. RGB value is (252,212,116). Sum of RGB (Red+Green+Blue) = 252+212+116=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD474 is #032B8B. Grayscale: #D5D5D5. Windows color (decimal): -207756 or 7656700. OLE color: 7656700.

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

Color convert

RGB 252 212 116 -
CMYK 0 0.16 0.54 0.01
HSL 42.35º 0.96% 0.72% -
HSV(B) 42.35º 0.54% 0.99% -
XYZ 66.84 69.04 26.33 -
YUV 213.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 252 212 116 0 0.16 0.54 0.01 42.35 0.96 0.72
Hex FC D4 74 0 10 36 1 2A 60 48
Octal 374 324 164 0 20 66 1 52 140 110
Binary 11111100 11010100 1110100 0 10000 110110 1 101010 1100000 1001000

Color Harmonies of #FCD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD474

Black with #FCD474

Text Example


Text Example

White with #FCD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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