Html Css Color HEX #FDFB58 Laser Lemon

📋 copy color: '#FDFB58'

red 253 ◦ green 251 ◦ blue 88

#FDFB58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FDFB58

Tints of Laser Lemon #FDFB58

RGB

 RED value IS 253 (99.22% from 255) = 42.74%

 GREEN value IS 251 (98.44% from 255) = 42.4%

 BLUE value IS 88 (34.77% from 255) = 14.86%

R = 42.74%
G = 42.4%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDFB58 (or 0xFDFB58) is known color: Laser Lemon. HEX triplet: FD, FB and 58. RGB value is (253,251,88). Sum of RGB (Red+Green+Blue) = 253+251+88=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 88 (34.77% from 255 or 14.86% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB58 is #0204A7. Grayscale: #E9E9E9. Windows color (decimal): -132264 or 5831677. OLE color: 5831677.

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

Color convert

RGB 253 251 88 -
CMYK 0 0.01 0.65 0.01
HSL 59.27º 0.98% 0.67% -
HSV(B) 59.27º 0.65% 0.99% -
XYZ 76.77 90.58 22.67 -
YUV 233.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 253 251 88 0 0.01 0.65 0.01 59.27 0.98 0.67
Hex FD FB 58 0 1 41 1 3B 62 43
Octal 375 373 130 0 1 101 1 73 142 103
Binary 11111101 11111011 1011000 0 1 1000001 1 111011 1100010 1000011

Color Harmonies of #FDFB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB58

Black with #FDFB58

Text Example


Text Example

White with #FDFB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB58; }

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

 H1.HeaderClassName
 {
   color: #FDFB58;
 }
 .AnyTagClassName
 {
   color: #FDFB58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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