#FFFA10

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

Shades of Yellow #FFFA10

Tints of Yellow #FFFA10

Color information

#FFFA10 (or 0xFFFA10) is unknown color: approx Yellow. HEX triplet: FF, FA and 10. RGB value is (255,250,16). Sum of RGB (Red+Green+Blue) = 255+250+16=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 16 (6.64% from 255 or 3.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA10 is #0005EF. Grayscale: #E1E1E1. Windows color (decimal): -1520 or 1112831. OLE color: 1112831.

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

Color convert

RGB25525016-
CMYK00.020.940
HSL58.74º100%53.14%-
HSV(B)58.74º93.73%100%-
XYZ75.5289.6713.82-
YUV224.8210.16149.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 16 (6.64% from 255) = 3.07%
R=48.94%
G=47.98%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552501600.020.94058.7410053.14
HexFFFA10025E03b6435
Octal377372200213607314465
Binary111111111111101010000010101111001110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA10; }

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

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

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

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

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

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

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

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