Html Css Color HEX #FBDC1A Lemon

📋 copy color: '#FBDC1A'

red 251 ◦ green 220 ◦ blue 26

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

Shades of Lemon #FBDC1A

Tints of Lemon #FBDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.23%

R = 50.5%
G = 44.27%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBDC1A (or 0xFBDC1A) is known color: Lemon. HEX triplet: FB, DC and 1A. RGB value is (251,220,26). Sum of RGB (Red+Green+Blue) = 251+220+26=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 26 (10.55% from 255 or 5.23% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC1A is #0423E5. Grayscale: #CFCFCF. Windows color (decimal): -271334 or 1760507. OLE color: 1760507.

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

Color convert

RGB 251 220 26 -
CMYK 0 0.12 0.90 0.02
HSL 51.73º 0.97% 0.54% -
HSV(B) 51.73º 0.9% 0.98% -
XYZ 65.56 71.77 11.37 -
YUV 207.15 25.77 159.27 -
System Red Green Blue C M Y K H S L
Decimal 251 220 26 0 0.12 0.90 0.02 51.73 0.97 0.54
Hex FB DC 1A 0 C 5A 2 34 61 36
Octal 373 334 32 0 14 132 2 64 141 66
Binary 11111011 11011100 11010 0 1100 1011010 10 110100 1100001 110110

Color Harmonies of #FBDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC1A

Black with #FBDC1A

Text Example


Text Example

White with #FBDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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