#FBDB75

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

Shades of Sweet Corn #FBDB75

Tints of Sweet Corn #FBDB75

Color information

#FBDB75 (or 0xFBDB75) is unknown color: approx Sweet Corn. HEX triplet: FB, DB and 75. RGB value is (251,219,117). Sum of RGB (Red+Green+Blue) = 251+219+117=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB75 is #04248A. Grayscale: #D9D9D9. Windows color (decimal): -271499 or 7724027. OLE color: 7724027.

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

Color convert

RGB251219117-
CMYK00.130.530.02
HSL45.67º94.37%72.16%-
HSV(B)45.67º53.39%98.43%-
XYZ68.3372.4627.21-
YUV216.9471.6152.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 117 (46.09% from 255) = 19.93%
R=42.76%
G=37.31%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121911700.130.530.0245.6794.3772.16
HexFBDB750D3522e5e48
Octal37333316501565256136110
Binary11111011110110111110101011011101011010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB75; }

 p { color: rgb(251,219,117); }

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

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

 a { background-color: rgb(251,219,117); }

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

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

 span { border-color: rgb(251,219,117); }

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