Html Css Color HEX #FBED16 Lemon

📋 copy color: '#FBED16'

red 251 ◦ green 237 ◦ blue 22

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

Shades of Lemon #FBED16

Tints of Lemon #FBED16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.31%

R = 49.22%
G = 46.47%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FBED16 (or 0xFBED16) is known color: Lemon. HEX triplet: FB, ED and 16. RGB value is (251,237,22). Sum of RGB (Red+Green+Blue) = 251+237+22=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBED16 is #0412E9. Grayscale: #D9D9D9. Windows color (decimal): -266986 or 1502715. OLE color: 1502715.

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

Color convert

RGB 251 237 22 -
CMYK 0 0.06 0.91 0.02
HSL 56.33º 0.97% 0.54% -
HSV(B) 56.33º 0.91% 0.98% -
XYZ 70.21 81.14 12.72 -
YUV 216.68 18.14 152.48 -
System Red Green Blue C M Y K H S L
Decimal 251 237 22 0 0.06 0.91 0.02 56.33 0.97 0.54
Hex FB ED 16 0 6 5B 2 38 61 36
Octal 373 355 26 0 6 133 2 70 141 66
Binary 11111011 11101101 10110 0 110 1011011 10 111000 1100001 110110

Color Harmonies of #FBED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED16

Black with #FBED16

Text Example


Text Example

White with #FBED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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