Html Css Color HEX #FDFF72 Laser Lemon

📋 copy color: '#FDFF72'

red 253 ◦ green 255 ◦ blue 114

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

Shades of Laser Lemon #FDFF72

Tints of Laser Lemon #FDFF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.33%

R = 40.68%
G = 41%
B = 18.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FDFF72 (or 0xFDFF72) is known color: Laser Lemon. HEX triplet: FD, FF and 72. RGB value is (253,255,114). Sum of RGB (Red+Green+Blue) = 253+255+114=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 114 (44.92% from 255 or 18.33% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF72 is #02008D. Grayscale: #EEEEEE. Windows color (decimal): -131214 or 7536637. OLE color: 7536637.

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

Color convert

RGB 253 255 114 -
CMYK 0.01 0 0.55 0
HSL 60.85º 1% 0.72% -
HSV(B) 60.85º 0.55% 1% -
XYZ 79.31 93.62 29.81 -
YUV 238.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 253 255 114 0.01 0 0.55 0 60.85 1 0.72
Hex FD FF 72 1 0 37 0 3D 64 48
Octal 375 377 162 1 0 67 0 75 144 110
Binary 11111101 11111111 1110010 1 0 110111 0 111101 1100100 1001000

Color Harmonies of #FDFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF72

Black with #FDFF72

Text Example


Text Example

White with #FDFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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