Html Css Color HEX #FEFA26 Lemon

📋 copy color: '#FEFA26'

red 254 ◦ green 250 ◦ blue 38

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

Shades of Lemon #FEFA26

Tints of Lemon #FEFA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.01%

R = 46.86%
G = 46.13%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEFA26 (or 0xFEFA26) is known color: Lemon. HEX triplet: FE, FA and 26. RGB value is (254,250,38). Sum of RGB (Red+Green+Blue) = 254+250+38=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 38 (15.23% from 255 or 7.01% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA26 is #0105D9. Grayscale: #E3E3E3. Windows color (decimal): -67034 or 2554622. OLE color: 2554622.

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

Color convert

RGB 254 250 38 -
CMYK 0 0.02 0.85 0.00
HSL 58.89º 0.99% 0.57% -
HSV(B) 58.89º 0.85% 1% -
XYZ 75.41 89.58 15.15 -
YUV 227.03 21.33 147.24 -
System Red Green Blue C M Y K H S L
Decimal 254 250 38 0 0.02 0.85 0.00 58.89 0.99 0.57
Hex FE FA 26 0 2 55 0 3B 63 39
Octal 376 372 46 0 2 125 0 73 143 71
Binary 11111110 11111010 100110 0 10 1010101 0 111011 1100011 111001

Color Harmonies of #FEFA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA26

Black with #FEFA26

Text Example


Text Example

White with #FEFA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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