Html Css Color HEX #FEFA65 Laser Lemon

📋 copy color: '#FEFA65'

red 254 ◦ green 250 ◦ blue 101

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

Shades of Laser Lemon #FEFA65

Tints of Laser Lemon #FEFA65

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.32%

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

R = 41.98%
G = 41.32%
B = 16.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEFA65 (or 0xFEFA65) is known color: Laser Lemon. HEX triplet: FE, FA and 65. RGB value is (254,250,101). Sum of RGB (Red+Green+Blue) = 254+250+101=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 101 (39.84% from 255 or 16.69% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA65 is #01059A. Grayscale: #EAEAEA. Windows color (decimal): -66971 or 6683390. OLE color: 6683390.

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

Color convert

RGB 254 250 101 -
CMYK 0 0.02 0.60 0.00
HSL 58.43º 0.99% 0.7% -
HSV(B) 58.43º 0.6% 1% -
XYZ 77.41 90.38 25.68 -
YUV 234.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 254 250 101 0 0.02 0.60 0.00 58.43 0.99 0.7
Hex FE FA 65 0 2 3C 0 3A 63 46
Octal 376 372 145 0 2 74 0 72 143 106
Binary 11111110 11111010 1100101 0 10 111100 0 111010 1100011 1000110

Color Harmonies of #FEFA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA65

Black with #FEFA65

Text Example


Text Example

White with #FEFA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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