Html Css Color HEX #FEFD60 Laser Lemon

📋 copy color: '#FEFD60'

red 254 ◦ green 253 ◦ blue 96

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

Shades of Laser Lemon #FEFD60

Tints of Laser Lemon #FEFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.96%

 BLUE value IS 96 (37.89% from 255) = 15.92%

R = 42.12%
G = 41.96%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEFD60 (or 0xFEFD60) is known color: Laser Lemon. HEX triplet: FE, FD and 60. RGB value is (254,253,96). Sum of RGB (Red+Green+Blue) = 254+253+96=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 96 (37.89% from 255 or 15.92% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD60 is #01029F. Grayscale: #ECECEC. Windows color (decimal): -66208 or 6356478. OLE color: 6356478.

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

Color convert

RGB 254 253 96 -
CMYK 0 0.00 0.62 0.00
HSL 59.62º 0.99% 0.69% -
HSV(B) 59.62º 0.62% 1% -
XYZ 78.11 92.17 24.74 -
YUV 235.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 254 253 96 0 0.00 0.62 0.00 59.62 0.99 0.69
Hex FE FD 60 0 0 3E 0 3C 63 45
Octal 376 375 140 0 0 76 0 74 143 105
Binary 11111110 11111101 1100000 0 0 111110 0 111100 1100011 1000101

Color Harmonies of #FEFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD60

Black with #FEFD60

Text Example


Text Example

White with #FEFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD60; }

 p { color: rgb(254,253,96); }

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

background-color css

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

 a { background-color: rgb(254,253,96); }

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

border-color css

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

 span { border-color: rgb(254,253,96); }

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