#FBDF6C

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

Shades of Sweet Corn #FBDF6C

Tints of Sweet Corn #FBDF6C

Color information

#FBDF6C (or 0xFBDF6C) is unknown color: approx Sweet Corn. HEX triplet: FB, DF and 6C. RGB value is (251,223,108). Sum of RGB (Red+Green+Blue) = 251+223+108=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF6C is #042093. Grayscale: #DADADA. Windows color (decimal): -270484 or 7135227. OLE color: 7135227.

HSL color Cylindrical-coordinate representation of color #FBDF6C: hue angle of 48.25º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBDF6C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251223108-
CMYK00.110.570.02
HSL48.25º94.7%70.39%-
HSV(B)48.25º56.97%98.43%-
XYZ68.8874.3724.91-
YUV218.2665.78151.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 108 (42.58% from 255) = 18.56%
R=43.13%
G=38.32%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122310800.110.570.0248.2594.770.39
HexFBDF6C0B392305f46
Octal37333715401371260137106
Binary11111011110111111101100010111110011011000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF6C; }

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

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

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

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

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

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

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

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