Html Css Color HEX #FFEF12 Lemon

📋 copy color: '#FFEF12'

red 255 ◦ green 239 ◦ blue 18

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

Shades of Lemon #FFEF12

Tints of Lemon #FFEF12

RGB

 RED value IS 255 (100% from 255) = 49.8%

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

 BLUE value IS 18 (7.42% from 255) = 3.52%

R = 49.8%
G = 46.68%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFEF12 (or 0xFFEF12) is known color: Lemon. HEX triplet: FF, EF and 12. RGB value is (255,239,18). Sum of RGB (Red+Green+Blue) = 255+239+18=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 18 (7.42% from 255 or 3.52% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF12 is #0010ED. Grayscale: #DBDBDB. Windows color (decimal): -4334 or 1241087. OLE color: 1241087.

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

Color convert

RGB 255 239 18 -
CMYK 0 0.06 0.93 0
HSL 55.95º 1% 0.54% -
HSV(B) 55.95º 0.93% 1% -
XYZ 72.22 83.04 12.79 -
YUV 218.59 14.8 153.97 -
System Red Green Blue C M Y K H S L
Decimal 255 239 18 0 0.06 0.93 0 55.95 1 0.54
Hex FF EF 12 0 6 5D 0 38 64 36
Octal 377 357 22 0 6 135 0 70 144 66
Binary 11111111 11101111 10010 0 110 1011101 0 111000 1100100 110110

Color Harmonies of #FFEF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF12

Black with #FFEF12

Text Example


Text Example

White with #FFEF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF12; }

 p { color: rgb(255,239,18); }

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

background-color css

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

 a { background-color: rgb(255,239,18); }

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

border-color css

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

 span { border-color: rgb(255,239,18); }

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