Html Css Color HEX #FBE31A Lemon

📋 copy color: '#FBE31A'

red 251 ◦ green 227 ◦ blue 26

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

Shades of Lemon #FBE31A

Tints of Lemon #FBE31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.16%

R = 49.8%
G = 45.04%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBE31A (or 0xFBE31A) is known color: Lemon. HEX triplet: FB, E3 and 1A. RGB value is (251,227,26). Sum of RGB (Red+Green+Blue) = 251+227+26=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE31A is #041CE5. Grayscale: #D4D4D4. Windows color (decimal): -269542 or 1762299. OLE color: 1762299.

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

Color convert

RGB 251 227 26 -
CMYK 0 0.10 0.90 0.02
HSL 53.6º 0.97% 0.54% -
HSV(B) 53.6º 0.9% 0.98% -
XYZ 67.44 75.52 12 -
YUV 211.26 23.45 156.34 -
System Red Green Blue C M Y K H S L
Decimal 251 227 26 0 0.10 0.90 0.02 53.6 0.97 0.54
Hex FB E3 1A 0 A 5A 2 36 61 36
Octal 373 343 32 0 12 132 2 66 141 66
Binary 11111011 11100011 11010 0 1010 1011010 10 110110 1100001 110110

Color Harmonies of #FBE31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE31A

Black with #FBE31A

Text Example


Text Example

White with #FBE31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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