Html Css Color HEX #FBDC1B Lemon

📋 copy color: '#FBDC1B'

red 251 ◦ green 220 ◦ blue 27

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

Shades of Lemon #FBDC1B

Tints of Lemon #FBDC1B

RGB

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

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

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

R = 50.4%
G = 44.18%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBDC1B (or 0xFBDC1B) is known color: Lemon. HEX triplet: FB, DC and 1B. RGB value is (251,220,27). Sum of RGB (Red+Green+Blue) = 251+220+27=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 27 (10.94% from 255 or 5.42% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC1B is #0423E4. Grayscale: #D0D0D0. Windows color (decimal): -271333 or 1826043. OLE color: 1826043.

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

Color convert

RGB 251 220 27 -
CMYK 0 0.12 0.89 0.02
HSL 51.7º 0.97% 0.55% -
HSV(B) 51.7º 0.89% 0.98% -
XYZ 65.57 71.77 11.43 -
YUV 207.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 251 220 27 0 0.12 0.89 0.02 51.7 0.97 0.55
Hex FB DC 1B 0 C 59 2 34 61 37
Octal 373 334 33 0 14 131 2 64 141 67
Binary 11111011 11011100 11011 0 1100 1011001 10 110100 1100001 110111

Color Harmonies of #FBDC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC1B

Black with #FBDC1B

Text Example


Text Example

White with #FBDC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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