Html Css Color HEX #FEF320 Lemon

📋 copy color: '#FEF320'

red 254 ◦ green 243 ◦ blue 32

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

Shades of Lemon #FEF320

Tints of Lemon #FEF320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

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

R = 48.02%
G = 45.94%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEF320 (or 0xFEF320) is known color: Lemon. HEX triplet: FE, F3 and 20. RGB value is (254,243,32). Sum of RGB (Red+Green+Blue) = 254+243+32=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 32 (12.89% from 255 or 6.05% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF320 is #010CDF. Grayscale: #DFDFDF. Windows color (decimal): -68832 or 2159614. OLE color: 2159614.

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

Color convert

RGB 254 243 32 -
CMYK 0 0.04 0.87 0.00
HSL 57.03º 0.99% 0.56% -
HSV(B) 57.03º 0.87% 1% -
XYZ 73.18 85.28 13.97 -
YUV 222.24 20.64 150.66 -
System Red Green Blue C M Y K H S L
Decimal 254 243 32 0 0.04 0.87 0.00 57.03 0.99 0.56
Hex FE F3 20 0 4 57 0 39 63 38
Octal 376 363 40 0 4 127 0 71 143 70
Binary 11111110 11110011 100000 0 100 1010111 0 111001 1100011 111000

Color Harmonies of #FEF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF320

Black with #FEF320

Text Example


Text Example

White with #FEF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF320; }

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

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

background-color css

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

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

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

border-color css

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

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

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