#FCFA09

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

Shades of Yellow #FCFA09

Tints of Yellow #FCFA09

Color information

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

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

Color convert

RGB2522509-
CMYK00.010.960.01
HSL59.51º97.59%51.18%-
HSV(B)59.51º96.43%98.82%-
XYZ74.3889.0913.53-
YUV223.127.16148.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252250900.010.960.0159.5197.5951.18
HexFCFA9016013c6233
Octal374372110114017414263
Binary1111110011111010100101110000011111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA09; }

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

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

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

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

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

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

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

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