#FAFC09

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

Shades of Yellow #FAFC09

Tints of Yellow #FAFC09

Color information

#FAFC09 (or 0xFAFC09) is unknown color: approx Yellow. HEX triplet: FA, FC and 09. RGB value is (250,252,9). Sum of RGB (Red+Green+Blue) = 250+252+9=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 9 (3.91% from 255 or 1.76% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC09 is #0503F6. Grayscale: #E0E0E0. Windows color (decimal): -328695 or 654586. OLE color: 654586.

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

Color convert

RGB2502529-
CMYK0.0100.960.01
HSL60.49º97.59%51.18%-
HSV(B)60.49º96.43%98.82%-
XYZ74.2889.9613.71-
YUV223.76.84146.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 252 (98.83% from 255) = 49.32%
BLUE value IS 9 (3.91% from 255) = 1.76%
R=48.92%
G=49.32%
B=1.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25025290.0100.960.0160.4997.5951.18
HexFAFC9106013c6233
Octal372374111014017414263
Binary1111101011111100100110110000011111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFC09; }

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

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

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

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

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

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

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

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