#FBDE78

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

Shades of Sweet Corn #FBDE78

Tints of Sweet Corn #FBDE78

Color information

#FBDE78 (or 0xFBDE78) is unknown color: approx Sweet Corn. HEX triplet: FB, DE and 78. RGB value is (251,222,120). Sum of RGB (Red+Green+Blue) = 251+222+120=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE78 is #042187. Grayscale: #DBDBDB. Windows color (decimal): -270728 or 7921403. OLE color: 7921403.

HSL color Cylindrical-coordinate representation of color #FBDE78: hue angle of 46.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBDE78 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB251222120-
CMYK00.120.520.02
HSL46.72º94.24%72.75%-
HSV(B)46.72º52.19%98.43%-
XYZ69.374.1128.42-
YUV219.0472.11150.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 20.24%
R=42.33%
G=37.44%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122212000.120.520.0246.7294.2472.75
HexFBDE780C3422f5e49
Octal37333617001464257136111
Binary11111011110111101111000011001101001010111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE78; }

 p { color: rgb(251,222,120); }

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

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

 a { background-color: rgb(251,222,120); }

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

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

 span { border-color: rgb(251,222,120); }

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