Html Css Color HEX #FEEF0C Lemon

📋 copy color: '#FEEF0C'

red 254 ◦ green 239 ◦ blue 12

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

Shades of Lemon #FEEF0C

Tints of Lemon #FEEF0C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 50.3%
G = 47.33%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEEF0C (or 0xFEEF0C) is known color: Lemon. HEX triplet: FE, EF and 0C. RGB value is (254,239,12). Sum of RGB (Red+Green+Blue) = 254+239+12=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 12 (5.08% from 255 or 2.38% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEF0C is #0110F3. Grayscale: #DADADA. Windows color (decimal): -69876 or 847870. OLE color: 847870.

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

Color convert

RGB 254 239 12 -
CMYK 0 0.06 0.95 0.00
HSL 56.28º 0.99% 0.52% -
HSV(B) 56.28º 0.95% 1% -
XYZ 71.81 82.83 12.55 -
YUV 217.61 11.97 153.96 -
System Red Green Blue C M Y K H S L
Decimal 254 239 12 0 0.06 0.95 0.00 56.28 0.99 0.52
Hex FE EF C 0 6 5F 0 38 63 34
Octal 376 357 14 0 6 137 0 70 143 64
Binary 11111110 11101111 1100 0 110 1011111 0 111000 1100011 110100

Color Harmonies of #FEEF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF0C

Black with #FEEF0C

Text Example


Text Example

White with #FEEF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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