Html Css Color HEX #FEFA1D Lemon

📋 copy color: '#FEFA1D'

red 254 ◦ green 250 ◦ blue 29

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

Shades of Lemon #FEFA1D

Tints of Lemon #FEFA1D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.9%

 BLUE value IS 29 (11.72% from 255) = 5.44%

R = 47.65%
G = 46.9%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEFA1D (or 0xFEFA1D) is known color: Lemon. HEX triplet: FE, FA and 1D. RGB value is (254,250,29). Sum of RGB (Red+Green+Blue) = 254+250+29=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 29 (11.72% from 255 or 5.44% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA1D is #0105E2. Grayscale: #E2E2E2. Windows color (decimal): -67043 or 1964798. OLE color: 1964798.

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

Color convert

RGB 254 250 29 -
CMYK 0 0.02 0.89 0.00
HSL 58.93º 0.99% 0.55% -
HSV(B) 58.93º 0.89% 1% -
XYZ 75.28 89.53 14.48 -
YUV 226 16.83 147.97 -
System Red Green Blue C M Y K H S L
Decimal 254 250 29 0 0.02 0.89 0.00 58.93 0.99 0.55
Hex FE FA 1D 0 2 59 0 3B 63 37
Octal 376 372 35 0 2 131 0 73 143 67
Binary 11111110 11111010 11101 0 10 1011001 0 111011 1100011 110111

Color Harmonies of #FEFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA1D

Black with #FEFA1D

Text Example


Text Example

White with #FEFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA1D; }

 p { color: rgb(254,250,29); }

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

background-color css

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

 a { background-color: rgb(254,250,29); }

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

border-color css

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

 span { border-color: rgb(254,250,29); }

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