#fdfb55

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

Shades of Laser Lemon #FDFB55

Tints of Laser Lemon #FDFB55

Color information

#FDFB55 (or 0xFDFB55) is unknown color: approx Laser Lemon. HEX triplet: FD, FB and 55. RGB value is (253,251,85). Sum of RGB (Red+Green+Blue) = 253+251+85=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 85 (33.59% from 255 or 14.43% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB55 is #0204AA. Grayscale: #E9E9E9. Windows color (decimal): -132267 or 5635069. OLE color: 5635069.

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

Color convert

RGB25325185-
CMYK00.010.660.01
HSL59.29º97.67%66.27%-
HSV(B)59.29º66.4%99.22%-
XYZ76.6490.5322.03-
YUV232.6744.66142.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 85 (33.59% from 255) = 14.43%
R=42.95%
G=42.61%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532518500.010.660.0159.2997.6766.27
HexFDFB55014213b6242
Octal37537312501102173142102
Binary11111101111110111010101011000010111101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdfb55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdfb55; }

 p { color: rgb(253,251,85); }

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

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

 a { background-color: rgb(253,251,85); }

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

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

 span { border-color: rgb(253,251,85); }

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