#FBDE72

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

Shades of Sweet Corn #FBDE72

Tints of Sweet Corn #FBDE72

Color information

#FBDE72 (or 0xFBDE72) is unknown color: approx Sweet Corn. HEX triplet: FB, DE and 72. RGB value is (251,222,114). Sum of RGB (Red+Green+Blue) = 251+222+114=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE72 is #04218D. Grayscale: #DADADA. Windows color (decimal): -270734 or 7528187. OLE color: 7528187.

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

Color convert

RGB251222114-
CMYK00.120.550.02
HSL47.3º94.48%71.57%-
HSV(B)47.3º54.58%98.43%-
XYZ68.9473.9726.56-
YUV218.3669.11151.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 114 (44.92% from 255) = 19.42%
R=42.76%
G=37.82%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122211400.120.550.0247.394.4871.57
HexFBDE720C3722f5e48
Octal37333616201467257136110
Binary11111011110111101110010011001101111010111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE72; }

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

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

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

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

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

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

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

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