Html Css Color HEX #FBED20 Lemon

📋 copy color: '#FBED20'

red 251 ◦ green 237 ◦ blue 32

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

Shades of Lemon #FBED20

Tints of Lemon #FBED20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.15%

R = 48.27%
G = 45.58%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FBED20 (or 0xFBED20) is known color: Lemon. HEX triplet: FB, ED and 20. RGB value is (251,237,32). Sum of RGB (Red+Green+Blue) = 251+237+32=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED20 is #0412DF. Grayscale: #DADADA. Windows color (decimal): -266976 or 2158075. OLE color: 2158075.

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

Color convert

RGB 251 237 32 -
CMYK 0 0.06 0.87 0.02
HSL 56.16º 0.96% 0.55% -
HSV(B) 56.16º 0.87% 0.98% -
XYZ 70.33 81.18 13.33 -
YUV 217.82 23.14 151.67 -
System Red Green Blue C M Y K H S L
Decimal 251 237 32 0 0.06 0.87 0.02 56.16 0.96 0.55
Hex FB ED 20 0 6 57 2 38 60 37
Octal 373 355 40 0 6 127 2 70 140 67
Binary 11111011 11101101 100000 0 110 1010111 10 111000 1100000 110111

Color Harmonies of #FBED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED20

Black with #FBED20

Text Example


Text Example

White with #FBED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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