Html Css Color HEX #FEF960 Laser Lemon

📋 copy color: '#FEF960'

red 254 ◦ green 249 ◦ blue 96

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

Shades of Laser Lemon #FEF960

Tints of Laser Lemon #FEF960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.03%

R = 42.4%
G = 41.57%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEF960 (or 0xFEF960) is known color: Laser Lemon. HEX triplet: FE, F9 and 60. RGB value is (254,249,96). Sum of RGB (Red+Green+Blue) = 254+249+96=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 96 (37.89% from 255 or 16.03% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF960 is #01069F. Grayscale: #E9E9E9. Windows color (decimal): -67232 or 6355454. OLE color: 6355454.

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

Color convert

RGB 254 249 96 -
CMYK 0 0.02 0.62 0.00
HSL 58.1º 0.99% 0.69% -
HSV(B) 58.1º 0.62% 1% -
XYZ 76.86 89.67 24.32 -
YUV 233.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 254 249 96 0 0.02 0.62 0.00 58.1 0.99 0.69
Hex FE F9 60 0 2 3E 0 3A 63 45
Octal 376 371 140 0 2 76 0 72 143 105
Binary 11111110 11111001 1100000 0 10 111110 0 111010 1100011 1000101

Color Harmonies of #FEF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF960

Black with #FEF960

Text Example


Text Example

White with #FEF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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