Html Css Color HEX #FCD96E Sweet Corn

📋 copy color: '#FCD96E'

red 252 ◦ green 217 ◦ blue 110

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

Shades of Sweet Corn #FCD96E

Tints of Sweet Corn #FCD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

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

R = 43.52%
G = 37.48%
B = 19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD96E (or 0xFCD96E) is known color: Sweet Corn. HEX triplet: FC, D9 and 6E. RGB value is (252,217,110). Sum of RGB (Red+Green+Blue) = 252+217+110=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD96E is #032691. Grayscale: #D7D7D7. Windows color (decimal): -206482 or 7264764. OLE color: 7264764.

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

Color convert

RGB 252 217 110 -
CMYK 0 0.14 0.56 0.01
HSL 45.21º 0.96% 0.71% -
HSV(B) 45.21º 0.56% 0.99% -
XYZ 67.77 71.45 24.97 -
YUV 215.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 252 217 110 0 0.14 0.56 0.01 45.21 0.96 0.71
Hex FC D9 6E 0 E 38 1 2D 60 47
Octal 374 331 156 0 16 70 1 55 140 107
Binary 11111100 11011001 1101110 0 1110 111000 1 101101 1100000 1000111

Color Harmonies of #FCD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD96E

Black with #FCD96E

Text Example


Text Example

White with #FCD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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