Html Css Color HEX #FCE06D Sweet Corn

📋 copy color: '#FCE06D'

red 252 ◦ green 224 ◦ blue 109

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

Shades of Sweet Corn #FCE06D

Tints of Sweet Corn #FCE06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.29%

 BLUE value IS 109 (42.97% from 255) = 18.63%

R = 43.08%
G = 38.29%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCE06D (or 0xFCE06D) is known color: Sweet Corn. HEX triplet: FC, E0 and 6D. RGB value is (252,224,109). Sum of RGB (Red+Green+Blue) = 252+224+109=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE06D is #031F92. Grayscale: #DBDBDB. Windows color (decimal): -204691 or 7201020. OLE color: 7201020.

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

Color convert

RGB 252 224 109 -
CMYK 0 0.11 0.57 0.01
HSL 48.25º 0.96% 0.71% -
HSV(B) 48.25º 0.57% 0.99% -
XYZ 69.56 75.11 25.3 -
YUV 219.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 252 224 109 0 0.11 0.57 0.01 48.25 0.96 0.71
Hex FC E0 6D 0 B 39 1 30 60 47
Octal 374 340 155 0 13 71 1 60 140 107
Binary 11111100 11100000 1101101 0 1011 111001 1 110000 1100000 1000111

Color Harmonies of #FCE06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE06D

Black with #FCE06D

Text Example


Text Example

White with #FCE06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE06D; }

 p { color: rgb(252,224,109); }

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

background-color css

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

 a { background-color: rgb(252,224,109); }

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

border-color css

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

 span { border-color: rgb(252,224,109); }

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