Html Css Color HEX #FCD571 Salomie

📋 copy color: '#FCD571'

red 252 ◦ green 213 ◦ blue 113

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

Shades of Salomie #FCD571

Tints of Salomie #FCD571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.55%

R = 43.6%
G = 36.85%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCD571 (or 0xFCD571) is known color: Salomie. HEX triplet: FC, D5 and 71. RGB value is (252,213,113). Sum of RGB (Red+Green+Blue) = 252+213+113=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 113 (44.53% from 255 or 19.55% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD571 is #032A8E. Grayscale: #D5D5D5. Windows color (decimal): -207503 or 7460348. OLE color: 7460348.

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

Color convert

RGB 252 213 113 -
CMYK 0 0.15 0.55 0.01
HSL 43.17º 0.96% 0.72% -
HSV(B) 43.17º 0.55% 0.99% -
XYZ 66.92 69.48 25.51 -
YUV 213.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 252 213 113 0 0.15 0.55 0.01 43.17 0.96 0.72
Hex FC D5 71 0 F 37 1 2B 60 48
Octal 374 325 161 0 17 67 1 53 140 110
Binary 11111100 11010101 1110001 0 1111 110111 1 101011 1100000 1001000

Color Harmonies of #FCD571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD571

Black with #FCD571

Text Example


Text Example

White with #FCD571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD571; }

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

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

background-color css

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

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

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

border-color css

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

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

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