#FCF05B

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

Shades of Corn #FCF05B

Tints of Corn #FCF05B

Color information

#FCF05B (or 0xFCF05B) is unknown color: approx Corn. HEX triplet: FC, F0 and 5B. RGB value is (252,240,91). Sum of RGB (Red+Green+Blue) = 252+240+91=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF05B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF05B is #030FA4. Grayscale: #E3E3E3. Windows color (decimal): -200613 or 6025468. OLE color: 6025468.

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

Color convert

RGB25224091-
CMYK00.050.640.01
HSL55.53º96.41%67.25%-
HSV(B)55.53º63.89%98.82%-
XYZ73.1983.7722.21-
YUV226.651.48146.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 91 (35.94% from 255) = 15.61%
R=43.22%
G=41.17%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522409100.050.640.0155.5396.4167.25
HexFCF05B05401386043
Octal37436013305100170140103
Binary1111110011110000101101101011000000111100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF05B; }

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

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

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

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

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

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

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

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