Html Css Color HEX #FFEF1F Lemon

📋 copy color: '#FFEF1F'

red 255 ◦ green 239 ◦ blue 31

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

Shades of Lemon #FFEF1F

Tints of Lemon #FFEF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.9%

R = 48.57%
G = 45.52%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFEF1F (or 0xFFEF1F) is known color: Lemon. HEX triplet: FF, EF and 1F. RGB value is (255,239,31). Sum of RGB (Red+Green+Blue) = 255+239+31=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 31 (12.5% from 255 or 5.90% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF1F is #0010E0. Grayscale: #DCDCDC. Windows color (decimal): -4321 or 2093055. OLE color: 2093055.

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

Color convert

RGB 255 239 31 -
CMYK 0 0.06 0.88 0
HSL 55.71º 1% 0.56% -
HSV(B) 55.71º 0.88% 1% -
XYZ 72.35 83.09 13.52 -
YUV 220.07 21.3 152.91 -
System Red Green Blue C M Y K H S L
Decimal 255 239 31 0 0.06 0.88 0 55.71 1 0.56
Hex FF EF 1F 0 6 58 0 38 64 38
Octal 377 357 37 0 6 130 0 70 144 70
Binary 11111111 11101111 11111 0 110 1011000 0 111000 1100100 111000

Color Harmonies of #FFEF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF1F

Black with #FFEF1F

Text Example


Text Example

White with #FFEF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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