#FFF366

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

Shades of Corn #FFF366

Tints of Corn #FFF366

Color information

#FFF366 (or 0xFFF366) is unknown color: approx Corn. HEX triplet: FF, F3 and 66. RGB value is (255,243,102). Sum of RGB (Red+Green+Blue) = 255+243+102=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 102 (40.23% from 255 or 17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF366 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF366 is #000C99. Grayscale: #E7E7E7. Windows color (decimal): -3226 or 6747135. OLE color: 6747135.

HSL color Cylindrical-coordinate representation of color #FFF366: hue angle of 55.29º 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 #FFF366 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255243102-
CMYK00.050.60
HSL55.29º100%70%-
HSV(B)55.29º60%100%-
XYZ75.6986.3225.24-
YUV230.5155.48145.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 102 (40.23% from 255) = 17%
R=42.5%
G=40.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524310200.050.6055.2910070
HexFFF366053C0376446
Octal3773631460574067144106
Binary111111111111001111001100101111100011011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF366; }

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

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

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

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

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

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

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

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