Html Css Color HEX #FBDC10 Lemon

📋 copy color: '#FBDC10'

red 251 ◦ green 220 ◦ blue 16

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

Shades of Lemon #FBDC10

Tints of Lemon #FBDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.29%

R = 51.54%
G = 45.17%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBDC10 (or 0xFBDC10) is known color: Lemon. HEX triplet: FB, DC and 10. RGB value is (251,220,16). Sum of RGB (Red+Green+Blue) = 251+220+16=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDC10 is #0423EF. Grayscale: #CECECE. Windows color (decimal): -271344 or 1105147. OLE color: 1105147.

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

Color convert

RGB 251 220 16 -
CMYK 0 0.12 0.94 0.02
HSL 52.09º 0.97% 0.52% -
HSV(B) 52.09º 0.94% 0.98% -
XYZ 65.47 71.73 10.89 -
YUV 206.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 251 220 16 0 0.12 0.94 0.02 52.09 0.97 0.52
Hex FB DC 10 0 C 5E 2 34 61 34
Octal 373 334 20 0 14 136 2 64 141 64
Binary 11111011 11011100 10000 0 1100 1011110 10 110100 1100001 110100

Color Harmonies of #FBDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC10

Black with #FBDC10

Text Example


Text Example

White with #FBDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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