Html Css Color HEX #FEF966 Laser Lemon

📋 copy color: '#FEF966'

red 254 ◦ green 249 ◦ blue 102

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

Shades of Laser Lemon #FEF966

Tints of Laser Lemon #FEF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

 BLUE value IS 102 (40.23% from 255) = 16.86%

R = 41.98%
G = 41.16%
B = 16.86%

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

#FEF966 (or 0xFEF966) is known color: Laser Lemon. HEX triplet: FE, F9 and 66. RGB value is (254,249,102). Sum of RGB (Red+Green+Blue) = 254+249+102=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 102 (40.23% from 255 or 16.86% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF966 is #010699. Grayscale: #EAEAEA. Windows color (decimal): -67226 or 6748670. OLE color: 6748670.

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

Color convert

RGB 254 249 102 -
CMYK 0 0.02 0.60 0.00
HSL 58.03º 0.99% 0.7% -
HSV(B) 58.03º 0.6% 1% -
XYZ 77.15 89.78 25.83 -
YUV 233.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 254 249 102 0 0.02 0.60 0.00 58.03 0.99 0.7
Hex FE F9 66 0 2 3C 0 3A 63 46
Octal 376 371 146 0 2 74 0 72 143 106
Binary 11111110 11111001 1100110 0 10 111100 0 111010 1100011 1000110

Color Harmonies of #FEF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF966

Black with #FEF966

Text Example


Text Example

White with #FEF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF966; }

 p { color: rgb(254,249,102); }

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

background-color css

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

 a { background-color: rgb(254,249,102); }

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

border-color css

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

 span { border-color: rgb(254,249,102); }

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