Html Css Color HEX #F5E31B Lemon

📋 copy color: '#F5E31B'

red 245 ◦ green 227 ◦ blue 27

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

Shades of Lemon #F5E31B

Tints of Lemon #F5E31B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.49%

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

R = 49.1%
G = 45.49%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5E31B (or 0xF5E31B) is known color: Lemon. HEX triplet: F5, E3 and 1B. RGB value is (245,227,27). Sum of RGB (Red+Green+Blue) = 245+227+27=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E31B is #0A1CE4. Grayscale: #D2D2D2. Windows color (decimal): -662757 or 1827829. OLE color: 1827829.

HSL color Cylindrical-coordinate representation of color #F5E31B: hue angle of 55.05º 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 #F5E31B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 27 -
CMYK 0 0.07 0.89 0.04
HSL 55.05º 0.92% 0.53% -
HSV(B) 55.05º 0.89% 0.96% -
XYZ 65.32 74.43 11.96 -
YUV 209.58 24.96 153.26 -
System Red Green Blue C M Y K H S L
Decimal 245 227 27 0 0.07 0.89 0.04 55.05 0.92 0.53
Hex F5 E3 1B 0 7 59 4 37 5C 35
Octal 365 343 33 0 7 131 4 67 134 65
Binary 11110101 11100011 11011 0 111 1011001 100 110111 1011100 110101

Color Harmonies of #F5E31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E31B

Black with #F5E31B

Text Example


Text Example

White with #F5E31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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