#FFF266

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

Shades of Corn #FFF266

Tints of Corn #FFF266

Color information

#FFF266 (or 0xFFF266) is unknown color: approx Corn. HEX triplet: FF, F2 and 66. RGB value is (255,242,102). Sum of RGB (Red+Green+Blue) = 255+242+102=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 102 (40.23% from 255 or 17.03% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF266 is #000D99. Grayscale: #E6E6E6. Windows color (decimal): -3482 or 6746879. OLE color: 6746879.

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

Color convert

RGB255242102-
CMYK00.050.60
HSL54.9º100%70%-
HSV(B)54.9º60%100%-
XYZ75.3985.7225.14-
YUV229.9355.81145.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 102 (40.23% from 255) = 17.03%
R=42.57%
G=40.40%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524210200.050.6054.910070
HexFFF266053C0376446
Octal3773621460574067144106
Binary111111111111001011001100101111100011011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF266; }

 p { color: rgb(255,242,102); }

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

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

 a { background-color: rgb(255,242,102); }

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

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

 span { border-color: rgb(255,242,102); }

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