Html Css Color HEX #FFFE1E Lemon

📋 copy color: '#FFFE1E'

red 255 ◦ green 254 ◦ blue 30

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

Shades of Lemon #FFFE1E

Tints of Lemon #FFFE1E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FFFE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE1E

Black with #FFFE1E

Text Example


Text Example

White with #FFFE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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