Html Css Color HEX #FEFB20 Lemon

📋 copy color: '#FEFB20'

red 254 ◦ green 251 ◦ blue 32

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

Shades of Lemon #FEFB20

Tints of Lemon #FEFB20

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

 BLUE value IS 32 (12.89% from 255) = 5.96%

R = 47.3%
G = 46.74%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEFB20 (or 0xFEFB20) is known color: Lemon. HEX triplet: FE, FB and 20. RGB value is (254,251,32). Sum of RGB (Red+Green+Blue) = 254+251+32=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 32 (12.89% from 255 or 5.96% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB20 is #0104DF. Grayscale: #E3E3E3. Windows color (decimal): -66784 or 2161662. OLE color: 2161662.

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

Color convert

RGB 254 251 32 -
CMYK 0 0.01 0.87 0.00
HSL 59.19º 0.99% 0.56% -
HSV(B) 59.19º 0.87% 1% -
XYZ 75.63 90.17 14.78 -
YUV 226.93 17.99 147.31 -
System Red Green Blue C M Y K H S L
Decimal 254 251 32 0 0.01 0.87 0.00 59.19 0.99 0.56
Hex FE FB 20 0 1 57 0 3B 63 38
Octal 376 373 40 0 1 127 0 73 143 70
Binary 11111110 11111011 100000 0 1 1010111 0 111011 1100011 111000

Color Harmonies of #FEFB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB20

Black with #FEFB20

Text Example


Text Example

White with #FEFB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB20; }

 p { color: rgb(254,251,32); }

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

background-color css

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

 a { background-color: rgb(254,251,32); }

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

border-color css

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

 span { border-color: rgb(254,251,32); }

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