Html Css Color HEX #FEF01C Lemon

📋 copy color: '#FEF01C'

red 254 ◦ green 240 ◦ blue 28

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

Shades of Lemon #FEF01C

Tints of Lemon #FEF01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

 BLUE value IS 28 (11.33% from 255) = 5.36%

R = 48.66%
G = 45.98%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEF01C (or 0xFEF01C) is known color: Lemon. HEX triplet: FE, F0 and 1C. RGB value is (254,240,28). Sum of RGB (Red+Green+Blue) = 254+240+28=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 28 (11.33% from 255 or 5.36% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF01C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF01C is #010FE3. Grayscale: #DCDCDC. Windows color (decimal): -69604 or 1896702. OLE color: 1896702.

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

Color convert

RGB 254 240 28 -
CMYK 0 0.06 0.89 0.00
HSL 56.28º 0.99% 0.55% -
HSV(B) 56.28º 0.89% 1% -
XYZ 72.24 83.47 13.4 -
YUV 220.02 19.64 152.24 -
System Red Green Blue C M Y K H S L
Decimal 254 240 28 0 0.06 0.89 0.00 56.28 0.99 0.55
Hex FE F0 1C 0 6 59 0 38 63 37
Octal 376 360 34 0 6 131 0 70 143 67
Binary 11111110 11110000 11100 0 110 1011001 0 111000 1100011 110111

Color Harmonies of #FEF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF01C

Black with #FEF01C

Text Example


Text Example

White with #FEF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF01C; }

 p { color: rgb(254,240,28); }

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

background-color css

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

 a { background-color: rgb(254,240,28); }

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

border-color css

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

 span { border-color: rgb(254,240,28); }

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