Html Css Color HEX #FBDC15 Lemon

📋 copy color: '#FBDC15'

red 251 ◦ green 220 ◦ blue 21

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

Shades of Lemon #FBDC15

Tints of Lemon #FBDC15

RGB

 RED value IS 251 (98.44% from 255) = 51.02%

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

 BLUE value IS 21 (8.59% from 255) = 4.27%

R = 51.02%
G = 44.72%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBDC15 (or 0xFBDC15) is known color: Lemon. HEX triplet: FB, DC and 15. RGB value is (251,220,21). Sum of RGB (Red+Green+Blue) = 251+220+21=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 21 (8.59% from 255 or 4.27% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC15 is #0423EA. Grayscale: #CFCFCF. Windows color (decimal): -271339 or 1432827. OLE color: 1432827.

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

Color convert

RGB 251 220 21 -
CMYK 0 0.12 0.92 0.02
HSL 51.91º 0.97% 0.53% -
HSV(B) 51.91º 0.92% 0.98% -
XYZ 65.51 71.75 11.11 -
YUV 206.58 23.27 159.68 -
System Red Green Blue C M Y K H S L
Decimal 251 220 21 0 0.12 0.92 0.02 51.91 0.97 0.53
Hex FB DC 15 0 C 5C 2 34 61 35
Octal 373 334 25 0 14 134 2 64 141 65
Binary 11111011 11011100 10101 0 1100 1011100 10 110100 1100001 110101

Color Harmonies of #FBDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC15

Black with #FBDC15

Text Example


Text Example

White with #FBDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC15; }

 p { color: rgb(251,220,21); }

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

background-color css

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

 a { background-color: rgb(251,220,21); }

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

border-color css

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

 span { border-color: rgb(251,220,21); }

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