Html Css Color HEX #FEF962 Laser Lemon

📋 copy color: '#FEF962'

red 254 ◦ green 249 ◦ blue 98

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

Shades of Laser Lemon #FEF962

Tints of Laser Lemon #FEF962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.31%

R = 42.26%
G = 41.43%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEF962 (or 0xFEF962) is known color: Laser Lemon. HEX triplet: FE, F9 and 62. RGB value is (254,249,98). Sum of RGB (Red+Green+Blue) = 254+249+98=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 98 (38.67% from 255 or 16.31% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF962 is #01069D. Grayscale: #E9E9E9. Windows color (decimal): -67230 or 6486526. OLE color: 6486526.

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

Color convert

RGB 254 249 98 -
CMYK 0 0.02 0.61 0.00
HSL 58.08º 0.99% 0.69% -
HSV(B) 58.08º 0.61% 1% -
XYZ 76.95 89.7 24.81 -
YUV 233.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 254 249 98 0 0.02 0.61 0.00 58.08 0.99 0.69
Hex FE F9 62 0 2 3D 0 3A 63 45
Octal 376 371 142 0 2 75 0 72 143 105
Binary 11111110 11111001 1100010 0 10 111101 0 111010 1100011 1000101

Color Harmonies of #FEF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF962

Black with #FEF962

Text Example


Text Example

White with #FEF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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