Html Css Color HEX #FDFF52 Laser Lemon

📋 copy color: '#FDFF52'

red 253 ◦ green 255 ◦ blue 82

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

Shades of Laser Lemon #FDFF52

Tints of Laser Lemon #FDFF52

RGB

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

 GREEN value IS 255 (100% from 255) = 43.22%

 BLUE value IS 82 (32.42% from 255) = 13.9%

R = 42.88%
G = 43.22%
B = 13.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FDFF52 (or 0xFDFF52) is known color: Laser Lemon. HEX triplet: FD, FF and 52. RGB value is (253,255,82). Sum of RGB (Red+Green+Blue) = 253+255+82=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 82 (32.42% from 255 or 13.90% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF52 is #0200AD. Grayscale: #EBEBEB. Windows color (decimal): -131246 or 5439485. OLE color: 5439485.

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

Color convert

RGB 253 255 82 -
CMYK 0.01 0 0.68 0
HSL 60.69º 1% 0.66% -
HSV(B) 60.69º 0.68% 1% -
XYZ 77.79 93.01 21.84 -
YUV 234.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 253 255 82 0.01 0 0.68 0 60.69 1 0.66
Hex FD FF 52 1 0 44 0 3D 64 42
Octal 375 377 122 1 0 104 0 75 144 102
Binary 11111101 11111111 1010010 1 0 1000100 0 111101 1100100 1000010

Color Harmonies of #FDFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF52

Black with #FDFF52

Text Example


Text Example

White with #FDFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF52; }

 p { color: rgb(253,255,82); }

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

background-color css

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

 a { background-color: rgb(253,255,82); }

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

border-color css

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

 span { border-color: rgb(253,255,82); }

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