Html Css Color HEX #FCD771 Salomie

📋 copy color: '#FCD771'

red 252 ◦ green 215 ◦ blue 113

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

Shades of Salomie #FCD771

Tints of Salomie #FCD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

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

R = 43.45%
G = 37.07%
B = 19.48%

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

#FCD771 (or 0xFCD771) is known color: Salomie. HEX triplet: FC, D7 and 71. RGB value is (252,215,113). Sum of RGB (Red+Green+Blue) = 252+215+113=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD771 is #03288E. Grayscale: #D6D6D6. Windows color (decimal): -206991 or 7460860. OLE color: 7460860.

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

Color convert

RGB 252 215 113 -
CMYK 0 0.15 0.55 0.01
HSL 44.03º 0.96% 0.72% -
HSV(B) 44.03º 0.55% 0.99% -
XYZ 67.43 70.49 25.67 -
YUV 214.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 252 215 113 0 0.15 0.55 0.01 44.03 0.96 0.72
Hex FC D7 71 0 F 37 1 2C 60 48
Octal 374 327 161 0 17 67 1 54 140 110
Binary 11111100 11010111 1110001 0 1111 110111 1 101100 1100000 1001000

Color Harmonies of #FCD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD771

Black with #FCD771

Text Example


Text Example

White with #FCD771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD771; }

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

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

background-color css

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

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

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

border-color css

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

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

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