#FBDF7D

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

Shades of Sweet Corn #FBDF7D

Tints of Sweet Corn #FBDF7D

Color information

#FBDF7D (or 0xFBDF7D) is unknown color: approx Sweet Corn. HEX triplet: FB, DF and 7D. RGB value is (251,223,125). Sum of RGB (Red+Green+Blue) = 251+223+125=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7D is #042082. Grayscale: #DCDCDC. Windows color (decimal): -270467 or 8249339. OLE color: 8249339.

HSL color Cylindrical-coordinate representation of color #FBDF7D: hue angle of 46.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBDF7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251223125-
CMYK00.110.500.02
HSL46.67º94.03%73.73%-
HSV(B)46.67º50.2%98.43%-
XYZ69.8774.7730.15-
YUV220.274.28149.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 125 (49.22% from 255) = 20.87%
R=41.90%
G=37.23%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122312500.110.500.0246.6794.0373.73
HexFBDF7D0B3222f5e4a
Octal37333717501362257136112
Binary11111011110111111111101010111100101010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF7D; }

 p { color: rgb(251,223,125); }

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

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

 a { background-color: rgb(251,223,125); }

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

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

 span { border-color: rgb(251,223,125); }

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