#F7F45B

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

Shades of Corn #F7F45B

Tints of Corn #F7F45B

Color information

#F7F45B (or 0xF7F45B) is unknown color: approx Corn. HEX triplet: F7, F4 and 5B. RGB value is (247,244,91). Sum of RGB (Red+Green+Blue) = 247+244+91=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 91 (35.94% from 255 or 15.64% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F45B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7F45B is #080BA4. Grayscale: #E4E4E4. Windows color (decimal): -527269 or 6026487. OLE color: 6026487.

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

Color convert

RGB24724491-
CMYK00.010.630.03
HSL58.85º90.7%66.27%-
HSV(B)58.85º63.16%96.86%-
XYZ72.685.2322.52-
YUV227.4550.99141.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 91 (35.94% from 255) = 15.64%
R=42.44%
G=41.92%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472449100.010.630.0358.8590.766.27
HexF7F45B013F33b5b42
Octal3673641330177373133102
Binary11110111111101001011011011111111111101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F45B; }

 p { color: rgb(247,244,91); }

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

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

 a { background-color: rgb(247,244,91); }

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

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

 span { border-color: rgb(247,244,91); }

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