#FBDF72

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

Shades of Sweet Corn #FBDF72

Tints of Sweet Corn #FBDF72

Color information

#FBDF72 (or 0xFBDF72) is unknown color: approx Sweet Corn. HEX triplet: FB, DF and 72. RGB value is (251,223,114). Sum of RGB (Red+Green+Blue) = 251+223+114=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF72 is #04208D. Grayscale: #DBDBDB. Windows color (decimal): -270478 or 7528443. OLE color: 7528443.

HSL color Cylindrical-coordinate representation of color #FBDF72: hue angle of 47.74º 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 #FBDF72 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251223114-
CMYK00.110.550.02
HSL47.74º94.48%71.57%-
HSV(B)47.74º54.58%98.43%-
XYZ69.2174.526.65-
YUV218.9568.78150.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 19.39%
R=42.69%
G=37.93%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122311400.110.550.0247.7494.4871.57
HexFBDF720B372305e48
Octal37333716201367260136110
Binary11111011110111111110010010111101111011000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF72; }

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

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

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

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

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

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

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

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