Html Css Color HEX #F5E30B Lemon

📋 copy color: '#F5E30B'

red 245 ◦ green 227 ◦ blue 11

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

Shades of Lemon #F5E30B

Tints of Lemon #F5E30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.28%

R = 50.72%
G = 47%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5E30B (or 0xF5E30B) is known color: Lemon. HEX triplet: F5, E3 and 0B. RGB value is (245,227,11). Sum of RGB (Red+Green+Blue) = 245+227+11=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E30B is #0A1CF4. Grayscale: #D0D0D0. Windows color (decimal): -662773 or 779253. OLE color: 779253.

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

Color convert

RGB 245 227 11 -
CMYK 0 0.07 0.96 0.04
HSL 55.38º 0.92% 0.5% -
HSV(B) 55.38º 0.96% 0.96% -
XYZ 65.19 74.37 11.24 -
YUV 207.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 245 227 11 0 0.07 0.96 0.04 55.38 0.92 0.5
Hex F5 E3 B 0 7 60 4 37 5C 32
Octal 365 343 13 0 7 140 4 67 134 62
Binary 11110101 11100011 1011 0 111 1100000 100 110111 1011100 110010

Color Harmonies of #F5E30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E30B

Black with #F5E30B

Text Example


Text Example

White with #F5E30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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