Html Css Color HEX #FBED1B Lemon

📋 copy color: '#FBED1B'

red 251 ◦ green 237 ◦ blue 27

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

Shades of Lemon #FBED1B

Tints of Lemon #FBED1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.24%

R = 48.74%
G = 46.02%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBED1B (or 0xFBED1B) is known color: Lemon. HEX triplet: FB, ED and 1B. RGB value is (251,237,27). Sum of RGB (Red+Green+Blue) = 251+237+27=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 27 (10.94% from 255 or 5.24% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED1B is #0412E4. Grayscale: #DADADA. Windows color (decimal): -266981 or 1830395. OLE color: 1830395.

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

Color convert

RGB 251 237 27 -
CMYK 0 0.06 0.89 0.02
HSL 56.25º 0.97% 0.55% -
HSV(B) 56.25º 0.89% 0.98% -
XYZ 70.27 81.16 13 -
YUV 217.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 251 237 27 0 0.06 0.89 0.02 56.25 0.97 0.55
Hex FB ED 1B 0 6 59 2 38 61 37
Octal 373 355 33 0 6 131 2 70 141 67
Binary 11111011 11101101 11011 0 110 1011001 10 111000 1100001 110111

Color Harmonies of #FBED1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED1B

Black with #FBED1B

Text Example


Text Example

White with #FBED1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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