#FCFA00

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

Shades of Yellow #FCFA00

Tints of Yellow #FCFA00

Color information

#FCFA00 (or 0xFCFA00) is unknown color: approx Yellow. HEX triplet: FC, FA and 00. RGB value is (252,250,0). Sum of RGB (Red+Green+Blue) = 252+250+0=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 0 (0.39% from 255 or 0% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA00 is #0305FF. Grayscale: #DFDFDF. Windows color (decimal): -198144 or 64252. OLE color: 64252.

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

Color convert

RGB2522500-
CMYK00.0110.01
HSL59.52º100%49.41%-
HSV(B)59.52º100%98.82%-
XYZ74.3389.0713.27-
YUV222.12.66149.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 250 (98.05% from 255) = 49.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.20%
G=49.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252250000.0110.0159.5210049.41
HexFCFA0016413c6431
Octal37437200114417414461
Binary1111110011111010001110010011111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA00; }

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

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

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

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

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

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

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

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