Html Css Color HEX #FBED1A Lemon

📋 copy color: '#FBED1A'

red 251 ◦ green 237 ◦ blue 26

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

Shades of Lemon #FBED1A

Tints of Lemon #FBED1A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

 BLUE value IS 26 (10.55% from 255) = 5.06%

R = 48.83%
G = 46.11%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBED1A (or 0xFBED1A) is known color: Lemon. HEX triplet: FB, ED and 1A. RGB value is (251,237,26). Sum of RGB (Red+Green+Blue) = 251+237+26=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED1A is #0412E5. Grayscale: #D9D9D9. Windows color (decimal): -266982 or 1764859. OLE color: 1764859.

HSL color Cylindrical-coordinate representation of color #FBED1A: hue angle of 56.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBED1A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 26 -
CMYK 0 0.06 0.90 0.02
HSL 56.27º 0.97% 0.54% -
HSV(B) 56.27º 0.9% 0.98% -
XYZ 70.25 81.15 12.94 -
YUV 217.13 20.14 152.16 -
System Red Green Blue C M Y K H S L
Decimal 251 237 26 0 0.06 0.90 0.02 56.27 0.97 0.54
Hex FB ED 1A 0 6 5A 2 38 61 36
Octal 373 355 32 0 6 132 2 70 141 66
Binary 11111011 11101101 11010 0 110 1011010 10 111000 1100001 110110

Color Harmonies of #FBED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED1A

Black with #FBED1A

Text Example


Text Example

White with #FBED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED1A; }

 p { color: rgb(251,237,26); }

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

background-color css

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

 a { background-color: rgb(251,237,26); }

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

border-color css

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

 span { border-color: rgb(251,237,26); }

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