Html Css Color HEX #FCE06F Sweet Corn

📋 copy color: '#FCE06F'

red 252 ◦ green 224 ◦ blue 111

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

Shades of Sweet Corn #FCE06F

Tints of Sweet Corn #FCE06F

RGB

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

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

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

R = 42.93%
G = 38.16%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE06F (or 0xFCE06F) is known color: Sweet Corn. HEX triplet: FC, E0 and 6F. RGB value is (252,224,111). Sum of RGB (Red+Green+Blue) = 252+224+111=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE06F is #031F90. Grayscale: #DBDBDB. Windows color (decimal): -204689 or 7332092. OLE color: 7332092.

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

Color convert

RGB 252 224 111 -
CMYK 0 0.11 0.56 0.01
HSL 48.09º 0.96% 0.71% -
HSV(B) 48.09º 0.56% 0.99% -
XYZ 69.67 75.15 25.87 -
YUV 219.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 252 224 111 0 0.11 0.56 0.01 48.09 0.96 0.71
Hex FC E0 6F 0 B 38 1 30 60 47
Octal 374 340 157 0 13 70 1 60 140 107
Binary 11111100 11100000 1101111 0 1011 111000 1 110000 1100000 1000111

Color Harmonies of #FCE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE06F

Black with #FCE06F

Text Example


Text Example

White with #FCE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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