Html Css Color HEX #FBF213 Lemon

📋 copy color: '#FBF213'

red 251 ◦ green 242 ◦ blue 19

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

Shades of Lemon #FBF213

Tints of Lemon #FBF213

RGB

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

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

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

R = 49.02%
G = 47.27%
B = 3.71%

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

#FBF213 (or 0xFBF213) is known color: Lemon. HEX triplet: FB, F2 and 13. RGB value is (251,242,19). Sum of RGB (Red+Green+Blue) = 251+242+19=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 19 (7.81% from 255 or 3.71% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF213 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF213 is #040DEC. Grayscale: #DCDCDC. Windows color (decimal): -265709 or 1307387. OLE color: 1307387.

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

Color convert

RGB 251 242 19 -
CMYK 0 0.04 0.92 0.02
HSL 57.67º 0.97% 0.53% -
HSV(B) 57.67º 0.92% 0.98% -
XYZ 71.65 84.06 13.06 -
YUV 219.27 14.98 150.63 -
System Red Green Blue C M Y K H S L
Decimal 251 242 19 0 0.04 0.92 0.02 57.67 0.97 0.53
Hex FB F2 13 0 4 5C 2 3A 61 35
Octal 373 362 23 0 4 134 2 72 141 65
Binary 11111011 11110010 10011 0 100 1011100 10 111010 1100001 110101

Color Harmonies of #FBF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF213

Black with #FBF213

Text Example


Text Example

White with #FBF213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF213; }

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

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

background-color css

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

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

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

border-color css

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

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

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