Html Css Color HEX #FBDA14 Lemon

📋 copy color: '#FBDA14'

red 251 ◦ green 218 ◦ blue 20

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

Shades of Lemon #FBDA14

Tints of Lemon #FBDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 51.33%
G = 44.58%
B = 4.09%

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

#FBDA14 (or 0xFBDA14) is known color: Lemon. HEX triplet: FB, DA and 14. RGB value is (251,218,20). Sum of RGB (Red+Green+Blue) = 251+218+20=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDA14 is #0425EB. Grayscale: #CECECE. Windows color (decimal): -271852 or 1366779. OLE color: 1366779.

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

Color convert

RGB 251 218 20 -
CMYK 0 0.13 0.92 0.02
HSL 51.43º 0.97% 0.53% -
HSV(B) 51.43º 0.92% 0.98% -
XYZ 64.98 70.7 10.88 -
YUV 205.3 23.43 160.6 -
System Red Green Blue C M Y K H S L
Decimal 251 218 20 0 0.13 0.92 0.02 51.43 0.97 0.53
Hex FB DA 14 0 D 5C 2 33 61 35
Octal 373 332 24 0 15 134 2 63 141 65
Binary 11111011 11011010 10100 0 1101 1011100 10 110011 1100001 110101

Color Harmonies of #FBDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA14

Black with #FBDA14

Text Example


Text Example

White with #FBDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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