Html Css Color HEX #F5DC1B Lemon

📋 copy color: '#F5DC1B'

red 245 ◦ green 220 ◦ blue 27

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

Shades of Lemon #F5DC1B

Tints of Lemon #F5DC1B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

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

R = 49.8%
G = 44.72%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5DC1B (or 0xF5DC1B) is known color: Lemon. HEX triplet: F5, DC and 1B. RGB value is (245,220,27). Sum of RGB (Red+Green+Blue) = 245+220+27=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC1B is #0A23E4. Grayscale: #CECECE. Windows color (decimal): -664549 or 1826037. OLE color: 1826037.

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

Color convert

RGB 245 220 27 -
CMYK 0 0.10 0.89 0.04
HSL 53.12º 0.92% 0.53% -
HSV(B) 53.12º 0.89% 0.96% -
XYZ 63.45 70.68 11.34 -
YUV 205.47 27.28 156.19 -
System Red Green Blue C M Y K H S L
Decimal 245 220 27 0 0.10 0.89 0.04 53.12 0.92 0.53
Hex F5 DC 1B 0 A 59 4 35 5C 35
Octal 365 334 33 0 12 131 4 65 134 65
Binary 11110101 11011100 11011 0 1010 1011001 100 110101 1011100 110101

Color Harmonies of #F5DC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC1B

Black with #F5DC1B

Text Example


Text Example

White with #F5DC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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