Html Css Color HEX #FEFF1E Lemon

📋 copy color: '#FEFF1E'

red 254 ◦ green 255 ◦ blue 30

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

Shades of Lemon #FEFF1E

Tints of Lemon #FEFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 47.31%

 BLUE value IS 30 (12.11% from 255) = 5.57%

R = 47.12%
G = 47.31%
B = 5.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FEFF1E (or 0xFEFF1E) is known color: Lemon. HEX triplet: FE, FF and 1E. RGB value is (254,255,30). Sum of RGB (Red+Green+Blue) = 254+255+30=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 30 (12.11% from 255 or 5.57% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF1E is #0100E1. Grayscale: #E5E5E5. Windows color (decimal): -65762 or 2031614. OLE color: 2031614.

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

Color convert

RGB 254 255 30 -
CMYK 0.00 0 0.88 0
HSL 60.27º 1% 0.56% -
HSV(B) 60.27º 0.88% 1% -
XYZ 76.87 92.68 15.07 -
YUV 229.05 15.67 145.8 -
System Red Green Blue C M Y K H S L
Decimal 254 255 30 0.00 0 0.88 0 60.27 1 0.56
Hex FE FF 1E 0 0 58 0 3C 64 38
Octal 376 377 36 0 0 130 0 74 144 70
Binary 11111110 11111111 11110 0 0 1011000 0 111100 1100100 111000

Color Harmonies of #FEFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF1E

Black with #FEFF1E

Text Example


Text Example

White with #FEFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF1E; }

 p { color: rgb(254,255,30); }

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

background-color css

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

 a { background-color: rgb(254,255,30); }

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

border-color css

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

 span { border-color: rgb(254,255,30); }

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