Html Css Color HEX #FEF222 Lemon

📋 copy color: '#FEF222'

red 254 ◦ green 242 ◦ blue 34

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

Shades of Lemon #FEF222

Tints of Lemon #FEF222

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.66%

 BLUE value IS 34 (13.67% from 255) = 6.42%

R = 47.92%
G = 45.66%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF222 (or 0xFEF222) is known color: Lemon. HEX triplet: FE, F2 and 22. RGB value is (254,242,34). Sum of RGB (Red+Green+Blue) = 254+242+34=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 34 (13.67% from 255 or 6.42% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF222 is #010DDD. Grayscale: #DEDEDE. Windows color (decimal): -69086 or 2290430. OLE color: 2290430.

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

Color convert

RGB 254 242 34 -
CMYK 0 0.05 0.87 0.00
HSL 56.73º 0.99% 0.56% -
HSV(B) 56.73º 0.87% 1% -
XYZ 72.91 84.69 14.02 -
YUV 221.88 21.98 150.91 -
System Red Green Blue C M Y K H S L
Decimal 254 242 34 0 0.05 0.87 0.00 56.73 0.99 0.56
Hex FE F2 22 0 5 57 0 39 63 38
Octal 376 362 42 0 5 127 0 71 143 70
Binary 11111110 11110010 100010 0 101 1010111 0 111001 1100011 111000

Color Harmonies of #FEF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF222

Black with #FEF222

Text Example


Text Example

White with #FEF222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF222; }

 p { color: rgb(254,242,34); }

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

background-color css

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

 a { background-color: rgb(254,242,34); }

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

border-color css

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

 span { border-color: rgb(254,242,34); }

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