Html Css Color HEX #FEF60C Lemon

📋 copy color: '#FEF60C'

red 254 ◦ green 246 ◦ blue 12

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

Shades of Lemon #FEF60C

Tints of Lemon #FEF60C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 12 (5.08% from 255) = 2.34%

R = 49.61%
G = 48.05%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEF60C (or 0xFEF60C) is known color: Lemon. HEX triplet: FE, F6 and 0C. RGB value is (254,246,12). Sum of RGB (Red+Green+Blue) = 254+246+12=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 12 (5.08% from 255 or 2.34% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF60C is #0109F3. Grayscale: #DEDEDE. Windows color (decimal): -68084 or 849662. OLE color: 849662.

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

Color convert

RGB 254 246 12 -
CMYK 0 0.03 0.95 0.00
HSL 58.02º 0.99% 0.52% -
HSV(B) 58.02º 0.95% 1% -
XYZ 73.9 87.01 13.25 -
YUV 221.72 9.65 151.03 -
System Red Green Blue C M Y K H S L
Decimal 254 246 12 0 0.03 0.95 0.00 58.02 0.99 0.52
Hex FE F6 C 0 3 5F 0 3A 63 34
Octal 376 366 14 0 3 137 0 72 143 64
Binary 11111110 11110110 1100 0 11 1011111 0 111010 1100011 110100

Color Harmonies of #FEF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF60C

Black with #FEF60C

Text Example


Text Example

White with #FEF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF60C; }

 p { color: rgb(254,246,12); }

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

background-color css

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

 a { background-color: rgb(254,246,12); }

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

border-color css

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

 span { border-color: rgb(254,246,12); }

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