Html Css Color HEX #FBDB0E Lemon

📋 copy color: '#FBDB0E'

red 251 ◦ green 219 ◦ blue 14

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

Shades of Lemon #FBDB0E

Tints of Lemon #FBDB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 51.86%
G = 45.25%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBDB0E (or 0xFBDB0E) is known color: Lemon. HEX triplet: FB, DB and 0E. RGB value is (251,219,14). Sum of RGB (Red+Green+Blue) = 251+219+14=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 14 (5.86% from 255 or 2.89% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB0E is #0424F1. Grayscale: #CECECE. Windows color (decimal): -271602 or 973819. OLE color: 973819.

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

Color convert

RGB 251 219 14 -
CMYK 0 0.13 0.94 0.02
HSL 51.9º 0.97% 0.52% -
HSV(B) 51.9º 0.94% 0.98% -
XYZ 65.19 71.2 10.72 -
YUV 205.2 20.1 160.67 -
System Red Green Blue C M Y K H S L
Decimal 251 219 14 0 0.13 0.94 0.02 51.9 0.97 0.52
Hex FB DB E 0 D 5E 2 34 61 34
Octal 373 333 16 0 15 136 2 64 141 64
Binary 11111011 11011011 1110 0 1101 1011110 10 110100 1100001 110100

Color Harmonies of #FBDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB0E

Black with #FBDB0E

Text Example


Text Example

White with #FBDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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