#FFFA58

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

Shades of Laser Lemon #FFFA58

Tints of Laser Lemon #FFFA58

Color information

#FFFA58 (or 0xFFFA58) is unknown color: approx Laser Lemon. HEX triplet: FF, FA and 58. RGB value is (255,250,88). Sum of RGB (Red+Green+Blue) = 255+250+88=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 88 (34.77% from 255 or 14.84% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA58 is #0005A7. Grayscale: #E9E9E9. Windows color (decimal): -1448 or 5831423. OLE color: 5831423.

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

Color convert

RGB25525088-
CMYK00.020.650
HSL58.2º100%67.25%-
HSV(B)58.2º65.49%100%-
XYZ77.1990.3422.6-
YUV233.0346.16143.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 88 (34.77% from 255) = 14.84%
R=43.00%
G=42.16%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552508800.020.65058.210067.25
HexFFFA58024103a6443
Octal37737213002101072144103
Binary111111111111101010110000101000001011101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA58; }

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

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

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

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

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

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

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

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