#FCFF00

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

Shades of Yellow #FCFF00

Tints of Yellow #FCFF00

Color information

#FCFF00 (or 0xFCFF00) is unknown color: approx Yellow. HEX triplet: FC, FF and 00. RGB value is (252,255,0). Sum of RGB (Red+Green+Blue) = 252+255+0=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 0 (0.39% from 255 or 0% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFF00 is #0300FF. Grayscale: #E2E2E2. Windows color (decimal): -196864 or 65532. OLE color: 65532.

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

Color convert

RGB2522550-
CMYK0.01010
HSL60.71º100%50%-
HSV(B)60.71º100%100%-
XYZ75.992.2213.8-
YUV225.031.01147.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.70%
G=50.30%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25225500.0101060.7110050
HexFCFF0106403d6432
Octal37437701014407514462
Binary1111110011111111010110010001111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF00; }

 p { color: rgb(252,255,0); }

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

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

 a { background-color: rgb(252,255,0); }

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

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

 span { border-color: rgb(252,255,0); }

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