Html Css Color HEX #FCD76F Salomie

📋 copy color: '#FCD76F'

red 252 ◦ green 215 ◦ blue 111

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

Shades of Salomie #FCD76F

Tints of Salomie #FCD76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.2%

R = 43.6%
G = 37.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD76F (or 0xFCD76F) is known color: Salomie. HEX triplet: FC, D7 and 6F. RGB value is (252,215,111). Sum of RGB (Red+Green+Blue) = 252+215+111=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76F is #032890. Grayscale: #D6D6D6. Windows color (decimal): -206993 or 7329788. OLE color: 7329788.

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

Color convert

RGB 252 215 111 -
CMYK 0 0.15 0.56 0.01
HSL 44.26º 0.96% 0.71% -
HSV(B) 44.26º 0.56% 0.99% -
XYZ 67.31 70.44 25.09 -
YUV 214.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 252 215 111 0 0.15 0.56 0.01 44.26 0.96 0.71
Hex FC D7 6F 0 F 38 1 2C 60 47
Octal 374 327 157 0 17 70 1 54 140 107
Binary 11111100 11010111 1101111 0 1111 111000 1 101100 1100000 1000111

Color Harmonies of #FCD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD76F

Black with #FCD76F

Text Example


Text Example

White with #FCD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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