Html Css Color HEX #FCD773 Salomie

📋 copy color: '#FCD773'

red 252 ◦ green 215 ◦ blue 115

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

Shades of Salomie #FCD773

Tints of Salomie #FCD773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.76%

R = 43.3%
G = 36.94%
B = 19.76%

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

#FCD773 (or 0xFCD773) is known color: Salomie. HEX triplet: FC, D7 and 73. RGB value is (252,215,115). Sum of RGB (Red+Green+Blue) = 252+215+115=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD773 is #03288C. Grayscale: #D7D7D7. Windows color (decimal): -206989 or 7591932. OLE color: 7591932.

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

Color convert

RGB 252 215 115 -
CMYK 0 0.15 0.54 0.01
HSL 43.8º 0.96% 0.72% -
HSV(B) 43.8º 0.54% 0.99% -
XYZ 67.54 70.53 26.27 -
YUV 214.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 252 215 115 0 0.15 0.54 0.01 43.8 0.96 0.72
Hex FC D7 73 0 F 36 1 2C 60 48
Octal 374 327 163 0 17 66 1 54 140 110
Binary 11111100 11010111 1110011 0 1111 110110 1 101100 1100000 1001000

Color Harmonies of #FCD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD773

Black with #FCD773

Text Example


Text Example

White with #FCD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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