#FFFA00

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

Shades of Yellow #FFFA00

Tints of Yellow #FFFA00

Color information

#FFFA00 (or 0xFFFA00) is unknown color: approx Yellow. HEX triplet: FF, FA and 00. RGB value is (255,250,0). Sum of RGB (Red+Green+Blue) = 255+250+0=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA00 is #0005FF. Grayscale: #E0E0E0. Windows color (decimal): -1536 or 64255. OLE color: 64255.

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

Color convert

RGB2552500-
CMYK00.0210
HSL58.82º100%50%-
HSV(B)58.82º100%100%-
XYZ75.4389.6313.33-
YUV2232.16150.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.50%
G=49.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255250000.021058.8210050
HexFFFA0026403b6432
Octal37737200214407314462
Binary11111111111110100010110010001110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA00; }

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

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

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

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

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

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

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

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