Html Css Color HEX #FBDB14 Lemon

📋 copy color: '#FBDB14'

red 251 ◦ green 219 ◦ blue 20

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

Shades of Lemon #FBDB14

Tints of Lemon #FBDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 20 (8.2% from 255) = 4.08%

R = 51.22%
G = 44.69%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBDB14 (or 0xFBDB14) is known color: Lemon. HEX triplet: FB, DB and 14. RGB value is (251,219,20). Sum of RGB (Red+Green+Blue) = 251+219+20=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB14 is #0424EB. Grayscale: #CECECE. Windows color (decimal): -271596 or 1367035. OLE color: 1367035.

HSL color Cylindrical-coordinate representation of color #FBDB14: hue angle of 51.69º 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 #FBDB14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 20 -
CMYK 0 0.13 0.92 0.02
HSL 51.69º 0.97% 0.53% -
HSV(B) 51.69º 0.92% 0.98% -
XYZ 65.24 71.22 10.97 -
YUV 205.88 23.1 160.18 -
System Red Green Blue C M Y K H S L
Decimal 251 219 20 0 0.13 0.92 0.02 51.69 0.97 0.53
Hex FB DB 14 0 D 5C 2 34 61 35
Octal 373 333 24 0 15 134 2 64 141 65
Binary 11111011 11011011 10100 0 1101 1011100 10 110100 1100001 110101

Color Harmonies of #FBDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB14

Black with #FBDB14

Text Example


Text Example

White with #FBDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB14; }

 p { color: rgb(251,219,20); }

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

background-color css

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

 a { background-color: rgb(251,219,20); }

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

border-color css

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

 span { border-color: rgb(251,219,20); }

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