Html Css Color HEX #FCD76E Salomie

📋 copy color: '#FCD76E'

red 252 ◦ green 215 ◦ blue 110

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

Shades of Salomie #FCD76E

Tints of Salomie #FCD76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.06%

R = 43.67%
G = 37.26%
B = 19.06%

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

#FCD76E (or 0xFCD76E) is known color: Salomie. HEX triplet: FC, D7 and 6E. RGB value is (252,215,110). Sum of RGB (Red+Green+Blue) = 252+215+110=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76E is #032891. Grayscale: #D6D6D6. Windows color (decimal): -206994 or 7264252. OLE color: 7264252.

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

Color convert

RGB 252 215 110 -
CMYK 0 0.15 0.56 0.01
HSL 44.37º 0.96% 0.71% -
HSV(B) 44.37º 0.56% 0.99% -
XYZ 67.26 70.42 24.8 -
YUV 214.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 252 215 110 0 0.15 0.56 0.01 44.37 0.96 0.71
Hex FC D7 6E 0 F 38 1 2C 60 47
Octal 374 327 156 0 17 70 1 54 140 107
Binary 11111100 11010111 1101110 0 1111 111000 1 101100 1100000 1000111

Color Harmonies of #FCD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD76E

Black with #FCD76E

Text Example


Text Example

White with #FCD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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