Html Css Color HEX #FEFF52 Laser Lemon

📋 copy color: '#FEFF52'

red 254 ◦ green 255 ◦ blue 82

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

Shades of Laser Lemon #FEFF52

Tints of Laser Lemon #FEFF52

RGB

 RED value IS 254 (99.61% from 255) = 42.98%

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

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

R = 42.98%
G = 43.15%
B = 13.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FEFF52 (or 0xFEFF52) is known color: Laser Lemon. HEX triplet: FE, FF and 52. RGB value is (254,255,82). Sum of RGB (Red+Green+Blue) = 254+255+82=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 82 (32.42% from 255 or 13.87% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF52 is #0100AD. Grayscale: #EBEBEB. Windows color (decimal): -65710 or 5439486. OLE color: 5439486.

HSL color Cylindrical-coordinate representation of color #FEFF52: hue angle of 60.35º 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 #FEFF52 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 254 255 82 -
CMYK 0.00 0 0.68 0
HSL 60.35º 1% 0.66% -
HSV(B) 60.35º 0.68% 1% -
XYZ 78.16 93.2 21.85 -
YUV 234.98 41.67 141.57 -
System Red Green Blue C M Y K H S L
Decimal 254 255 82 0.00 0 0.68 0 60.35 1 0.66
Hex FE FF 52 0 0 44 0 3C 64 42
Octal 376 377 122 0 0 104 0 74 144 102
Binary 11111110 11111111 1010010 0 0 1000100 0 111100 1100100 1000010

Color Harmonies of #FEFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF52

Black with #FEFF52

Text Example


Text Example

White with #FEFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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