Html Css Color HEX #FBE80A Lemon

📋 copy color: '#FBE80A'

red 251 ◦ green 232 ◦ blue 10

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

Shades of Lemon #FBE80A

Tints of Lemon #FBE80A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.06%

 BLUE value IS 10 (4.3% from 255) = 2.03%

R = 50.91%
G = 47.06%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBE80A (or 0xFBE80A) is known color: Lemon. HEX triplet: FB, E8 and 0A. RGB value is (251,232,10). Sum of RGB (Red+Green+Blue) = 251+232+10=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 10 (4.30% from 255 or 2.03% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE80A is #0417F5. Grayscale: #D5D5D5. Windows color (decimal): -268278 or 715003. OLE color: 715003.

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

Color convert

RGB 251 232 10 -
CMYK 0 0.08 0.96 0.02
HSL 55.27º 0.97% 0.51% -
HSV(B) 55.27º 0.96% 0.98% -
XYZ 68.7 78.24 11.77 -
YUV 212.37 13.79 155.55 -
System Red Green Blue C M Y K H S L
Decimal 251 232 10 0 0.08 0.96 0.02 55.27 0.97 0.51
Hex FB E8 A 0 8 60 2 37 61 33
Octal 373 350 12 0 10 140 2 67 141 63
Binary 11111011 11101000 1010 0 1000 1100000 10 110111 1100001 110011

Color Harmonies of #FBE80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE80A

Black with #FBE80A

Text Example


Text Example

White with #FBE80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE80A; }

 p { color: rgb(251,232,10); }

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

background-color css

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

 a { background-color: rgb(251,232,10); }

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

border-color css

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

 span { border-color: rgb(251,232,10); }

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