Html Css Color HEX #FBF210 Lemon

📋 copy color: '#FBF210'

red 251 ◦ green 242 ◦ blue 16

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

Shades of Lemon #FBF210

Tints of Lemon #FBF210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.14%

R = 49.31%
G = 47.54%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBF210 (or 0xFBF210) is known color: Lemon. HEX triplet: FB, F2 and 10. RGB value is (251,242,16). Sum of RGB (Red+Green+Blue) = 251+242+16=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 16 (6.64% from 255 or 3.14% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF210 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF210 is #040DEF. Grayscale: #DBDBDB. Windows color (decimal): -265712 or 1110779. OLE color: 1110779.

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

Color convert

RGB 251 242 16 -
CMYK 0 0.04 0.94 0.02
HSL 57.7º 0.97% 0.52% -
HSV(B) 57.7º 0.94% 0.98% -
XYZ 71.63 84.05 12.94 -
YUV 218.93 13.48 150.88 -
System Red Green Blue C M Y K H S L
Decimal 251 242 16 0 0.04 0.94 0.02 57.7 0.97 0.52
Hex FB F2 10 0 4 5E 2 3A 61 34
Octal 373 362 20 0 4 136 2 72 141 64
Binary 11111011 11110010 10000 0 100 1011110 10 111010 1100001 110100

Color Harmonies of #FBF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF210

Black with #FBF210

Text Example


Text Example

White with #FBF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF210; }

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

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

background-color css

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

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

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

border-color css

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

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

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