Html Css Color HEX #FEF86A Laser Lemon

📋 copy color: '#FEF86A'

red 254 ◦ green 248 ◦ blue 106

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

Shades of Laser Lemon #FEF86A

Tints of Laser Lemon #FEF86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

 BLUE value IS 106 (41.8% from 255) = 17.43%

R = 41.78%
G = 40.79%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEF86A (or 0xFEF86A) is known color: Laser Lemon. HEX triplet: FE, F8 and 6A. RGB value is (254,248,106). Sum of RGB (Red+Green+Blue) = 254+248+106=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 106 (41.80% from 255 or 17.43% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF86A is #010795. Grayscale: #EAEAEA. Windows color (decimal): -67478 or 7010558. OLE color: 7010558.

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

Color convert

RGB 254 248 106 -
CMYK 0 0.02 0.58 0.00
HSL 57.57º 0.99% 0.71% -
HSV(B) 57.57º 0.58% 1% -
XYZ 77.04 89.25 26.8 -
YUV 233.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 254 248 106 0 0.02 0.58 0.00 57.57 0.99 0.71
Hex FE F8 6A 0 2 3A 0 3A 63 47
Octal 376 370 152 0 2 72 0 72 143 107
Binary 11111110 11111000 1101010 0 10 111010 0 111010 1100011 1000111

Color Harmonies of #FEF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF86A

Black with #FEF86A

Text Example


Text Example

White with #FEF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF86A; }

 p { color: rgb(254,248,106); }

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

background-color css

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

 a { background-color: rgb(254,248,106); }

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

border-color css

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

 span { border-color: rgb(254,248,106); }

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