#FDF158

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

Shades of Corn #FDF158

Tints of Corn #FDF158

Color information

#FDF158 (or 0xFDF158) is unknown color: approx Corn. HEX triplet: FD, F1 and 58. RGB value is (253,241,88). Sum of RGB (Red+Green+Blue) = 253+241+88=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 88 (34.77% from 255 or 15.12% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF158 is #020EA7. Grayscale: #E3E3E3. Windows color (decimal): -134824 or 5829117. OLE color: 5829117.

HSL color Cylindrical-coordinate representation of color #FDF158: hue angle of 55.64º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDF158 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25324188-
CMYK00.050.650.01
HSL55.64º97.63%66.86%-
HSV(B)55.64º65.22%99.22%-
XYZ73.7284.521.66-
YUV227.1549.48146.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 88 (34.77% from 255) = 15.12%
R=43.47%
G=41.41%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532418800.050.650.0155.6497.6366.86
HexFDF15805411386243
Octal37536113005101170142103
Binary1111110111110001101100001011000001111100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF158; }

 p { color: rgb(253,241,88); }

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

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

 a { background-color: rgb(253,241,88); }

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

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

 span { border-color: rgb(253,241,88); }

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