Html Css Color HEX #FEFA68 Laser Lemon

📋 copy color: '#FEFA68'

red 254 ◦ green 250 ◦ blue 104

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

Shades of Laser Lemon #FEFA68

Tints of Laser Lemon #FEFA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.11%

R = 41.78%
G = 41.12%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEFA68 (or 0xFEFA68) is known color: Laser Lemon. HEX triplet: FE, FA and 68. RGB value is (254,250,104). Sum of RGB (Red+Green+Blue) = 254+250+104=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 104 (41.02% from 255 or 17.11% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA68 is #010597. Grayscale: #EBEBEB. Windows color (decimal): -66968 or 6879998. OLE color: 6879998.

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

Color convert

RGB 254 250 104 -
CMYK 0 0.02 0.59 0.00
HSL 58.4º 0.99% 0.7% -
HSV(B) 58.4º 0.59% 1% -
XYZ 77.56 90.44 26.47 -
YUV 234.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 254 250 104 0 0.02 0.59 0.00 58.4 0.99 0.7
Hex FE FA 68 0 2 3B 0 3A 63 46
Octal 376 372 150 0 2 73 0 72 143 106
Binary 11111110 11111010 1101000 0 10 111011 0 111010 1100011 1000110

Color Harmonies of #FEFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA68

Black with #FEFA68

Text Example


Text Example

White with #FEFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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