Html Css Color HEX #FEF223 Lemon

📋 copy color: '#FEF223'

red 254 ◦ green 242 ◦ blue 35

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

Shades of Lemon #FEF223

Tints of Lemon #FEF223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.59%

R = 47.83%
G = 45.57%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEF223 (or 0xFEF223) is known color: Lemon. HEX triplet: FE, F2 and 23. RGB value is (254,242,35). Sum of RGB (Red+Green+Blue) = 254+242+35=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 35 (14.06% from 255 or 6.59% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF223 is #010DDC. Grayscale: #DEDEDE. Windows color (decimal): -69085 or 2355966. OLE color: 2355966.

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

Color convert

RGB 254 242 35 -
CMYK 0 0.05 0.86 0.00
HSL 56.71º 0.99% 0.57% -
HSV(B) 56.71º 0.86% 1% -
XYZ 72.93 84.7 14.09 -
YUV 221.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 254 242 35 0 0.05 0.86 0.00 56.71 0.99 0.57
Hex FE F2 23 0 5 56 0 39 63 39
Octal 376 362 43 0 5 126 0 71 143 71
Binary 11111110 11110010 100011 0 101 1010110 0 111001 1100011 111001

Color Harmonies of #FEF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF223

Black with #FEF223

Text Example


Text Example

White with #FEF223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF223; }

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

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

background-color css

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

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

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

border-color css

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

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

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