Html Css Color HEX #FBF113 Lemon

📋 copy color: '#FBF113'

red 251 ◦ green 241 ◦ blue 19

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

Shades of Lemon #FBF113

Tints of Lemon #FBF113

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

 BLUE value IS 19 (7.81% from 255) = 3.72%

R = 49.12%
G = 47.16%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBF113 (or 0xFBF113) is known color: Lemon. HEX triplet: FB, F1 and 13. RGB value is (251,241,19). Sum of RGB (Red+Green+Blue) = 251+241+19=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 19 (7.81% from 255 or 3.72% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF113 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF113 is #040EEC. Grayscale: #DBDBDB. Windows color (decimal): -265965 or 1307131. OLE color: 1307131.

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

Color convert

RGB 251 241 19 -
CMYK 0 0.04 0.92 0.02
HSL 57.41º 0.97% 0.53% -
HSV(B) 57.41º 0.92% 0.98% -
XYZ 71.36 83.47 12.97 -
YUV 218.68 15.31 151.05 -
System Red Green Blue C M Y K H S L
Decimal 251 241 19 0 0.04 0.92 0.02 57.41 0.97 0.53
Hex FB F1 13 0 4 5C 2 39 61 35
Octal 373 361 23 0 4 134 2 71 141 65
Binary 11111011 11110001 10011 0 100 1011100 10 111001 1100001 110101

Color Harmonies of #FBF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF113

Black with #FBF113

Text Example


Text Example

White with #FBF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF113; }

 p { color: rgb(251,241,19); }

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

background-color css

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

 a { background-color: rgb(251,241,19); }

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

border-color css

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

 span { border-color: rgb(251,241,19); }

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