#FEE765

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

Shades of Corn #FEE765

Tints of Corn #FEE765

Color information

#FEE765 (or 0xFEE765) is unknown color: approx Corn. HEX triplet: FE, E7 and 65. RGB value is (254,231,101). Sum of RGB (Red+Green+Blue) = 254+231+101=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 101 (39.84% from 255 or 17.24% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE765 is #01189A. Grayscale: #DFDFDF. Windows color (decimal): -71835 or 6678526. OLE color: 6678526.

HSL color Cylindrical-coordinate representation of color #FEE765: hue angle of 50.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE765 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254231101-
CMYK00.090.600.00
HSL50.98º98.71%69.61%-
HSV(B)50.98º60.24%99.61%-
XYZ71.879.1623.81-
YUV223.0659.12150.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 101 (39.84% from 255) = 17.24%
R=43.34%
G=39.42%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423110100.090.600.0050.9898.7169.61
HexFEE765093C0336346
Octal37634714501174063143106
Binary1111111011100111110010101001111100011001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE765; }

 p { color: rgb(254,231,101); }

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

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

 a { background-color: rgb(254,231,101); }

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

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

 span { border-color: rgb(254,231,101); }

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