Html Css Color HEX #F5E320 Lemon

📋 copy color: '#F5E320'

red 245 ◦ green 227 ◦ blue 32

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

Shades of Lemon #F5E320

Tints of Lemon #F5E320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.35%

R = 48.61%
G = 45.04%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5E320 (or 0xF5E320) is known color: Lemon. HEX triplet: F5, E3 and 20. RGB value is (245,227,32). Sum of RGB (Red+Green+Blue) = 245+227+32=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E320 is #0A1CDF. Grayscale: #D2D2D2. Windows color (decimal): -662752 or 2155509. OLE color: 2155509.

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

Color convert

RGB 245 227 32 -
CMYK 0 0.07 0.87 0.04
HSL 54.93º 0.91% 0.54% -
HSV(B) 54.93º 0.87% 0.96% -
XYZ 65.39 74.45 12.29 -
YUV 210.15 27.46 152.86 -
System Red Green Blue C M Y K H S L
Decimal 245 227 32 0 0.07 0.87 0.04 54.93 0.91 0.54
Hex F5 E3 20 0 7 57 4 37 5B 36
Octal 365 343 40 0 7 127 4 67 133 66
Binary 11110101 11100011 100000 0 111 1010111 100 110111 1011011 110110

Color Harmonies of #F5E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E320

Black with #F5E320

Text Example


Text Example

White with #F5E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E320; }

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

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

background-color css

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

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

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

border-color css

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

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

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