Html Css Color HEX #FEFD65 Laser Lemon

📋 copy color: '#FEFD65'

red 254 ◦ green 253 ◦ blue 101

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

Shades of Laser Lemon #FEFD65

Tints of Laser Lemon #FEFD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 16.61%

R = 41.78%
G = 41.61%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEFD65 (or 0xFEFD65) is known color: Laser Lemon. HEX triplet: FE, FD and 65. RGB value is (254,253,101). Sum of RGB (Red+Green+Blue) = 254+253+101=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 101 (39.84% from 255 or 16.61% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFD65 is #01029A. Grayscale: #ECECEC. Windows color (decimal): -66203 or 6684158. OLE color: 6684158.

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

Color convert

RGB 254 253 101 -
CMYK 0 0.00 0.60 0.00
HSL 59.61º 0.99% 0.7% -
HSV(B) 59.61º 0.6% 1% -
XYZ 78.35 92.26 25.99 -
YUV 235.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 254 253 101 0 0.00 0.60 0.00 59.61 0.99 0.7
Hex FE FD 65 0 0 3C 0 3C 63 46
Octal 376 375 145 0 0 74 0 74 143 106
Binary 11111110 11111101 1100101 0 0 111100 0 111100 1100011 1000110

Color Harmonies of #FEFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD65

Black with #FEFD65

Text Example


Text Example

White with #FEFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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