Html Css Color HEX #FBE312 Lemon

📋 copy color: '#FBE312'

red 251 ◦ green 227 ◦ blue 18

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

Shades of Lemon #FBE312

Tints of Lemon #FBE312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.63%

R = 50.6%
G = 45.77%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBE312 (or 0xFBE312) is known color: Lemon. HEX triplet: FB, E3 and 12. RGB value is (251,227,18). Sum of RGB (Red+Green+Blue) = 251+227+18=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE312 is #041CED. Grayscale: #D3D3D3. Windows color (decimal): -269550 or 1238011. OLE color: 1238011.

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

Color convert

RGB 251 227 18 -
CMYK 0 0.10 0.93 0.02
HSL 53.82º 0.97% 0.53% -
HSV(B) 53.82º 0.93% 0.98% -
XYZ 67.36 75.49 11.59 -
YUV 210.35 19.45 156.99 -
System Red Green Blue C M Y K H S L
Decimal 251 227 18 0 0.10 0.93 0.02 53.82 0.97 0.53
Hex FB E3 12 0 A 5D 2 36 61 35
Octal 373 343 22 0 12 135 2 66 141 65
Binary 11111011 11100011 10010 0 1010 1011101 10 110110 1100001 110101

Color Harmonies of #FBE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE312

Black with #FBE312

Text Example


Text Example

White with #FBE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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