Html Css Color HEX #FBF215 Lemon

📋 copy color: '#FBF215'

red 251 ◦ green 242 ◦ blue 21

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

Shades of Lemon #FBF215

Tints of Lemon #FBF215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

 BLUE value IS 21 (8.59% from 255) = 4.09%

R = 48.83%
G = 47.08%
B = 4.09%

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

#FBF215 (or 0xFBF215) is known color: Lemon. HEX triplet: FB, F2 and 15. RGB value is (251,242,21). Sum of RGB (Red+Green+Blue) = 251+242+21=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 21 (8.59% from 255 or 4.09% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF215 is #040DEA. Grayscale: #DCDCDC. Windows color (decimal): -265707 or 1438459. OLE color: 1438459.

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

Color convert

RGB 251 242 21 -
CMYK 0 0.04 0.92 0.02
HSL 57.65º 0.97% 0.53% -
HSV(B) 57.65º 0.92% 0.98% -
XYZ 71.67 84.07 13.16 -
YUV 219.5 15.98 150.47 -
System Red Green Blue C M Y K H S L
Decimal 251 242 21 0 0.04 0.92 0.02 57.65 0.97 0.53
Hex FB F2 15 0 4 5C 2 3A 61 35
Octal 373 362 25 0 4 134 2 72 141 65
Binary 11111011 11110010 10101 0 100 1011100 10 111010 1100001 110101

Color Harmonies of #FBF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF215

Black with #FBF215

Text Example


Text Example

White with #FBF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF215; }

 p { color: rgb(251,242,21); }

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

background-color css

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

 a { background-color: rgb(251,242,21); }

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

border-color css

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

 span { border-color: rgb(251,242,21); }

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