#FDF65A

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

Shades of Corn #FDF65A

Tints of Corn #FDF65A

Color information

#FDF65A (or 0xFDF65A) is unknown color: approx Corn. HEX triplet: FD, F6 and 5A. RGB value is (253,246,90). Sum of RGB (Red+Green+Blue) = 253+246+90=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 90 (35.55% from 255 or 15.28% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65A is #0209A5. Grayscale: #E6E6E6. Windows color (decimal): -133542 or 5961469. OLE color: 5961469.

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

Color convert

RGB25324690-
CMYK00.030.640.01
HSL57.42º97.6%67.25%-
HSV(B)57.42º64.43%99.22%-
XYZ75.3187.5322.6-
YUV230.3148.82144.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 246 (96.48% from 255) = 41.77%
BLUE value IS 90 (35.55% from 255) = 15.28%
R=42.95%
G=41.77%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532469000.030.640.0157.4297.667.25
HexFDF65A03401396243
Octal37536613203100171142103
Binary111111011111011010110100111000000111100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF65A; }

 p { color: rgb(253,246,90); }

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

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

 a { background-color: rgb(253,246,90); }

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

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

 span { border-color: rgb(253,246,90); }

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