Html Css Color HEX #F5EF1B Lemon

📋 copy color: '#F5EF1B'

red 245 ◦ green 239 ◦ blue 27

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

Shades of Lemon #F5EF1B

Tints of Lemon #F5EF1B

RGB

 RED value IS 245 (96.09% from 255) = 47.95%

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

 BLUE value IS 27 (10.94% from 255) = 5.28%

R = 47.95%
G = 46.77%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5EF1B (or 0xF5EF1B) is known color: Lemon. HEX triplet: F5, EF and 1B. RGB value is (245,239,27). Sum of RGB (Red+Green+Blue) = 245+239+27=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 27 (10.94% from 255 or 5.28% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF1B is #0A10E4. Grayscale: #D9D9D9. Windows color (decimal): -659685 or 1830901. OLE color: 1830901.

HSL color Cylindrical-coordinate representation of color #F5EF1B: hue angle of 58.35º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5EF1B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 27 -
CMYK 0 0.02 0.89 0.04
HSL 58.35º 0.92% 0.53% -
HSV(B) 58.35º 0.89% 0.96% -
XYZ 68.72 81.22 13.09 -
YUV 216.63 20.99 148.24 -
System Red Green Blue C M Y K H S L
Decimal 245 239 27 0 0.02 0.89 0.04 58.35 0.92 0.53
Hex F5 EF 1B 0 2 59 4 3A 5C 35
Octal 365 357 33 0 2 131 4 72 134 65
Binary 11110101 11101111 11011 0 10 1011001 100 111010 1011100 110101

Color Harmonies of #F5EF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF1B

Black with #F5EF1B

Text Example


Text Example

White with #F5EF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF1B; }

 p { color: rgb(245,239,27); }

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

background-color css

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

 a { background-color: rgb(245,239,27); }

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

border-color css

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

 span { border-color: rgb(245,239,27); }

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