#FDFB61

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

Shades of Laser Lemon #FDFB61

Tints of Laser Lemon #FDFB61

Color information

#FDFB61 (or 0xFDFB61) is unknown color: approx Laser Lemon. HEX triplet: FD, FB and 61. RGB value is (253,251,97). Sum of RGB (Red+Green+Blue) = 253+251+97=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 97 (38.28% from 255 or 16.14% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB61 is #02049E. Grayscale: #EAEAEA. Windows color (decimal): -132255 or 6421501. OLE color: 6421501.

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

Color convert

RGB25325197-
CMYK00.010.620.01
HSL59.23º97.5%68.63%-
HSV(B)59.23º61.66%99.22%-
XYZ77.1690.7424.76-
YUV234.0450.66141.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 97 (38.28% from 255) = 16.14%
R=42.10%
G=41.76%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532519700.010.620.0159.2397.568.63
HexFDFB61013E13b6245
Octal3753731410176173142105
Binary1111110111111011110000101111110111101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB61; }

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

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

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

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

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

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

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

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