Html Css Color HEX #FCD574 Salomie

📋 copy color: '#FCD574'

red 252 ◦ green 213 ◦ blue 116

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

Shades of Salomie #FCD574

Tints of Salomie #FCD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 43.37%
G = 36.66%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD574 (or 0xFCD574) is known color: Salomie. HEX triplet: FC, D5 and 74. RGB value is (252,213,116). Sum of RGB (Red+Green+Blue) = 252+213+116=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD574 is #032A8B. Grayscale: #D6D6D6. Windows color (decimal): -207500 or 7656956. OLE color: 7656956.

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

Color convert

RGB 252 213 116 -
CMYK 0 0.15 0.54 0.01
HSL 42.79º 0.96% 0.72% -
HSV(B) 42.79º 0.54% 0.99% -
XYZ 67.09 69.54 26.41 -
YUV 213.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 252 213 116 0 0.15 0.54 0.01 42.79 0.96 0.72
Hex FC D5 74 0 F 36 1 2B 60 48
Octal 374 325 164 0 17 66 1 53 140 110
Binary 11111100 11010101 1110100 0 1111 110110 1 101011 1100000 1001000

Color Harmonies of #FCD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD574

Black with #FCD574

Text Example


Text Example

White with #FCD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD574; }

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

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

background-color css

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

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

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

border-color css

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

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

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