Html Css Color HEX #FEFC1F Lemon

📋 copy color: '#FEFC1F'

red 254 ◦ green 252 ◦ blue 31

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

Shades of Lemon #FEFC1F

Tints of Lemon #FEFC1F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.93%

 BLUE value IS 31 (12.5% from 255) = 5.77%

R = 47.3%
G = 46.93%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEFC1F (or 0xFEFC1F) is known color: Lemon. HEX triplet: FE, FC and 1F. RGB value is (254,252,31). Sum of RGB (Red+Green+Blue) = 254+252+31=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 31 (12.5% from 255 or 5.77% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC1F is #0103E0. Grayscale: #E4E4E4. Windows color (decimal): -66529 or 2096382. OLE color: 2096382.

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

Color convert

RGB 254 252 31 -
CMYK 0 0.01 0.88 0.00
HSL 59.46º 0.99% 0.56% -
HSV(B) 59.46º 0.88% 1% -
XYZ 75.93 90.79 14.82 -
YUV 227.4 17.16 146.97 -
System Red Green Blue C M Y K H S L
Decimal 254 252 31 0 0.01 0.88 0.00 59.46 0.99 0.56
Hex FE FC 1F 0 1 58 0 3B 63 38
Octal 376 374 37 0 1 130 0 73 143 70
Binary 11111110 11111100 11111 0 1 1011000 0 111011 1100011 111000

Color Harmonies of #FEFC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC1F

Black with #FEFC1F

Text Example


Text Example

White with #FEFC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC1F; }

 p { color: rgb(254,252,31); }

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

background-color css

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

 a { background-color: rgb(254,252,31); }

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

border-color css

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

 span { border-color: rgb(254,252,31); }

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