#F7E95A

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

Shades of Corn #F7E95A

Tints of Corn #F7E95A

Color information

#F7E95A (or 0xF7E95A) is unknown color: approx Corn. HEX triplet: F7, E9 and 5A. RGB value is (247,233,90). Sum of RGB (Red+Green+Blue) = 247+233+90=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7E95A is #0816A5. Grayscale: #DDDDDD. Windows color (decimal): -530086 or 5958135. OLE color: 5958135.

HSL color Cylindrical-coordinate representation of color #F7E95A: hue angle of 54.65º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7E95A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24723390-
CMYK00.060.640.03
HSL54.65º90.75%66.08%-
HSV(B)54.65º63.56%96.86%-
XYZ69.3478.7921.23-
YUV220.8854.14146.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 233 (91.41% from 255) = 40.88%
BLUE value IS 90 (35.55% from 255) = 15.79%
R=43.33%
G=40.88%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472339000.060.640.0354.6590.7566.08
HexF7E95A06403375b42
Octal36735113206100367133102
Binary11110111111010011011010011010000001111011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E95A; }

 p { color: rgb(247,233,90); }

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

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

 a { background-color: rgb(247,233,90); }

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

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

 span { border-color: rgb(247,233,90); }

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