Html Css Color HEX #FBF114 Lemon

📋 copy color: '#FBF114'

red 251 ◦ green 241 ◦ blue 20

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

Shades of Lemon #FBF114

Tints of Lemon #FBF114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 49.02%
G = 47.07%
B = 3.91%

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

#FBF114 (or 0xFBF114) is known color: Lemon. HEX triplet: FB, F1 and 14. RGB value is (251,241,20). Sum of RGB (Red+Green+Blue) = 251+241+20=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF114 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF114 is #040EEB. Grayscale: #DBDBDB. Windows color (decimal): -265964 or 1372667. OLE color: 1372667.

HSL color Cylindrical-coordinate representation of color #FBF114: hue angle of 57.4º 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 #FBF114 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 241 20 -
CMYK 0 0.04 0.92 0.02
HSL 57.4º 0.97% 0.53% -
HSV(B) 57.4º 0.92% 0.98% -
XYZ 71.37 83.47 13.01 -
YUV 218.8 15.81 150.97 -
System Red Green Blue C M Y K H S L
Decimal 251 241 20 0 0.04 0.92 0.02 57.4 0.97 0.53
Hex FB F1 14 0 4 5C 2 39 61 35
Octal 373 361 24 0 4 134 2 71 141 65
Binary 11111011 11110001 10100 0 100 1011100 10 111001 1100001 110101

Color Harmonies of #FBF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF114

Black with #FBF114

Text Example


Text Example

White with #FBF114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF114; }

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

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

background-color css

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

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

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

border-color css

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

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

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