Html Css Color HEX #FCD86E Sweet Corn

📋 copy color: '#FCD86E'

red 252 ◦ green 216 ◦ blue 110

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

Shades of Sweet Corn #FCD86E

Tints of Sweet Corn #FCD86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

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

R = 43.6%
G = 37.37%
B = 19.03%

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

#FCD86E (or 0xFCD86E) is known color: Sweet Corn. HEX triplet: FC, D8 and 6E. RGB value is (252,216,110). Sum of RGB (Red+Green+Blue) = 252+216+110=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD86E is #032791. Grayscale: #D7D7D7. Windows color (decimal): -206738 or 7264508. OLE color: 7264508.

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

Color convert

RGB 252 216 110 -
CMYK 0 0.14 0.56 0.01
HSL 44.79º 0.96% 0.71% -
HSV(B) 44.79º 0.56% 0.99% -
XYZ 67.52 70.93 24.88 -
YUV 214.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 252 216 110 0 0.14 0.56 0.01 44.79 0.96 0.71
Hex FC D8 6E 0 E 38 1 2D 60 47
Octal 374 330 156 0 16 70 1 55 140 107
Binary 11111100 11011000 1101110 0 1110 111000 1 101101 1100000 1000111

Color Harmonies of #FCD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD86E

Black with #FCD86E

Text Example


Text Example

White with #FCD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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