Html Css Color HEX #FBDC12 Lemon

📋 copy color: '#FBDC12'

red 251 ◦ green 220 ◦ blue 18

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

Shades of Lemon #FBDC12

Tints of Lemon #FBDC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.68%

R = 51.33%
G = 44.99%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBDC12 (or 0xFBDC12) is known color: Lemon. HEX triplet: FB, DC and 12. RGB value is (251,220,18). Sum of RGB (Red+Green+Blue) = 251+220+18=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC12 is #0423ED. Grayscale: #CFCFCF. Windows color (decimal): -271342 or 1236219. OLE color: 1236219.

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

Color convert

RGB 251 220 18 -
CMYK 0 0.12 0.93 0.02
HSL 52.02º 0.97% 0.53% -
HSV(B) 52.02º 0.93% 0.98% -
XYZ 65.49 71.74 10.97 -
YUV 206.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 251 220 18 0 0.12 0.93 0.02 52.02 0.97 0.53
Hex FB DC 12 0 C 5D 2 34 61 35
Octal 373 334 22 0 14 135 2 64 141 65
Binary 11111011 11011100 10010 0 1100 1011101 10 110100 1100001 110101

Color Harmonies of #FBDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC12

Black with #FBDC12

Text Example


Text Example

White with #FBDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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