Html Css Color HEX #FFEF0F Lemon

📋 copy color: '#FFEF0F'

red 255 ◦ green 239 ◦ blue 15

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

Shades of Lemon #FFEF0F

Tints of Lemon #FFEF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.95%

R = 50.1%
G = 46.95%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFEF0F (or 0xFFEF0F) is known color: Lemon. HEX triplet: FF, EF and 0F. RGB value is (255,239,15). Sum of RGB (Red+Green+Blue) = 255+239+15=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 15 (6.25% from 255 or 2.95% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEF0F is #0010F0. Grayscale: #DBDBDB. Windows color (decimal): -4337 or 1044479. OLE color: 1044479.

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

Color convert

RGB 255 239 15 -
CMYK 0 0.06 0.94 0
HSL 56º 1% 0.53% -
HSV(B) 56º 0.94% 1% -
XYZ 72.19 83.03 12.67 -
YUV 218.25 13.3 154.21 -
System Red Green Blue C M Y K H S L
Decimal 255 239 15 0 0.06 0.94 0 56 1 0.53
Hex FF EF F 0 6 5E 0 38 64 35
Octal 377 357 17 0 6 136 0 70 144 65
Binary 11111111 11101111 1111 0 110 1011110 0 111000 1100100 110101

Color Harmonies of #FFEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF0F

Black with #FFEF0F

Text Example


Text Example

White with #FFEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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