Html Css Color HEX #FEFA6F Laser Lemon

📋 copy color: '#FEFA6F'

red 254 ◦ green 250 ◦ blue 111

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

Shades of Laser Lemon #FEFA6F

Tints of Laser Lemon #FEFA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.05%

R = 41.3%
G = 40.65%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEFA6F (or 0xFEFA6F) is known color: Laser Lemon. HEX triplet: FE, FA and 6F. RGB value is (254,250,111). Sum of RGB (Red+Green+Blue) = 254+250+111=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 111 (43.75% from 255 or 18.05% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA6F is #010590. Grayscale: #EBEBEB. Windows color (decimal): -66961 or 7338750. OLE color: 7338750.

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

Color convert

RGB 254 250 111 -
CMYK 0 0.02 0.56 0.00
HSL 58.32º 0.99% 0.72% -
HSV(B) 58.32º 0.56% 1% -
XYZ 77.93 90.59 28.42 -
YUV 235.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 254 250 111 0 0.02 0.56 0.00 58.32 0.99 0.72
Hex FE FA 6F 0 2 38 0 3A 63 48
Octal 376 372 157 0 2 70 0 72 143 110
Binary 11111110 11111010 1101111 0 10 111000 0 111010 1100011 1001000

Color Harmonies of #FEFA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA6F

Black with #FEFA6F

Text Example


Text Example

White with #FEFA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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