#FDE07B

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

Shades of Sweet Corn #FDE07B

Tints of Sweet Corn #FDE07B

Color information

#FDE07B (or 0xFDE07B) is unknown color: approx Sweet Corn. HEX triplet: FD, E0 and 7B. RGB value is (253,224,123). Sum of RGB (Red+Green+Blue) = 253+224+123=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 123 (48.44% from 255 or 20.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE07B is #021F84. Grayscale: #DDDDDD. Windows color (decimal): -139141 or 8118525. OLE color: 8118525.

HSL color Cylindrical-coordinate representation of color #FDE07B: hue angle of 46.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE07B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253224123-
CMYK00.110.510.01
HSL46.62º97.01%73.73%-
HSV(B)46.62º51.38%99.22%-
XYZ70.7475.6229.61-
YUV221.1672.61150.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 123 (48.44% from 255) = 20.5%
R=42.17%
G=37.33%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322412300.110.510.0146.6297.0173.73
HexFDE07B0B3312f614a
Octal37534017301363157141112
Binary1111110111100000111101101011110011110111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE07B; }

 p { color: rgb(253,224,123); }

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

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

 a { background-color: rgb(253,224,123); }

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

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

 span { border-color: rgb(253,224,123); }

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