#FCE06B

Color #FCE06B Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FCE06B

Tints of Sweet Corn #FCE06B

Color information

#FCE06B (or 0xFCE06B) is unknown color: approx Sweet Corn. HEX triplet: FC, E0 and 6B. RGB value is (252,224,107). Sum of RGB (Red+Green+Blue) = 252+224+107=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE06B is #031F94. Grayscale: #DBDBDB. Windows color (decimal): -204693 or 7069948. OLE color: 7069948.

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

Color convert

RGB252224107-
CMYK00.110.580.01
HSL48.41º96.03%70.39%-
HSV(B)48.41º57.54%98.82%-
XYZ69.4575.0724.74-
YUV219.0364.78151.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 107 (42.19% from 255) = 18.35%
R=43.22%
G=38.42%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222410700.110.580.0148.4196.0370.39
HexFCE06B0B3A1306046
Octal37434015301372160140106
Binary1111110011100000110101101011111010111000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE06B; }

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

 H1.HeaderClassName
 {
   color: #FCE06B;
 }
 .AnyTagClassName
 {
   color: #FCE06B;
 }
</style>
background-color css

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

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

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

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

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

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