#FAFC00

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

Shades of Yellow #FAFC00

Tints of Yellow #FAFC00

Color information

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

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

Color convert

RGB2502520-
CMYK0.01010.01
HSL60.48º100%49.41%-
HSV(B)60.48º100%98.82%-
XYZ74.2389.9413.45-
YUV222.672.34147.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25025200.01010.0160.4810049.41
HexFAFC0106413c6431
Octal37237401014417414461
Binary1111101011111100010110010011111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFC00; }

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

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

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

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

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

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

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

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