#FCF15B

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

Shades of Corn #FCF15B

Tints of Corn #FCF15B

Color information

#FCF15B (or 0xFCF15B) is unknown color: approx Corn. HEX triplet: FC, F1 and 5B. RGB value is (252,241,91). Sum of RGB (Red+Green+Blue) = 252+241+91=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF15B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF15B is #030EA4. Grayscale: #E3E3E3. Windows color (decimal): -200357 or 6025724. OLE color: 6025724.

HSL color Cylindrical-coordinate representation of color #FCF15B: hue angle of 55.9º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCF15B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25224191-
CMYK00.040.640.01
HSL55.9º96.41%67.25%-
HSV(B)55.9º63.89%98.82%-
XYZ73.4984.3622.31-
YUV227.1951.14145.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 91 (35.94% from 255) = 15.58%
R=43.15%
G=41.27%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522419100.040.640.0155.996.4167.25
HexFCF15B04401386043
Octal37436113304100170140103
Binary1111110011110001101101101001000000111100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF15B; }

 p { color: rgb(252,241,91); }

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

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

 a { background-color: rgb(252,241,91); }

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

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

 span { border-color: rgb(252,241,91); }

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