Html Css Color HEX #FBE30E Lemon

📋 copy color: '#FBE30E'

red 251 ◦ green 227 ◦ blue 14

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

Shades of Lemon #FBE30E

Tints of Lemon #FBE30E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.14%

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 51.02%
G = 46.14%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBE30E (or 0xFBE30E) is known color: Lemon. HEX triplet: FB, E3 and 0E. RGB value is (251,227,14). Sum of RGB (Red+Green+Blue) = 251+227+14=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE30E is #041CF1. Grayscale: #D2D2D2. Windows color (decimal): -269554 or 975867. OLE color: 975867.

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

Color convert

RGB 251 227 14 -
CMYK 0 0.10 0.94 0.02
HSL 53.92º 0.97% 0.52% -
HSV(B) 53.92º 0.94% 0.98% -
XYZ 67.33 75.48 11.44 -
YUV 209.89 17.45 157.32 -
System Red Green Blue C M Y K H S L
Decimal 251 227 14 0 0.10 0.94 0.02 53.92 0.97 0.52
Hex FB E3 E 0 A 5E 2 36 61 34
Octal 373 343 16 0 12 136 2 66 141 64
Binary 11111011 11100011 1110 0 1010 1011110 10 110110 1100001 110100

Color Harmonies of #FBE30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE30E

Black with #FBE30E

Text Example


Text Example

White with #FBE30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE30E; }

 p { color: rgb(251,227,14); }

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

background-color css

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

 a { background-color: rgb(251,227,14); }

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

border-color css

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

 span { border-color: rgb(251,227,14); }

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