Html Css Color HEX #FBF512 Lemon

📋 copy color: '#FBF512'

red 251 ◦ green 245 ◦ blue 18

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

Shades of Lemon #FBF512

Tints of Lemon #FBF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.67%

 BLUE value IS 18 (7.42% from 255) = 3.5%

R = 48.83%
G = 47.67%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBF512 (or 0xFBF512) is known color: Lemon. HEX triplet: FB, F5 and 12. RGB value is (251,245,18). Sum of RGB (Red+Green+Blue) = 251+245+18=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 18 (7.42% from 255 or 3.50% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF512 is #040AED. Grayscale: #DDDDDD. Windows color (decimal): -264942 or 1242619. OLE color: 1242619.

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

Color convert

RGB 251 245 18 -
CMYK 0 0.02 0.93 0.02
HSL 58.45º 0.97% 0.53% -
HSV(B) 58.45º 0.93% 0.98% -
XYZ 72.55 85.86 13.32 -
YUV 220.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 251 245 18 0 0.02 0.93 0.02 58.45 0.97 0.53
Hex FB F5 12 0 2 5D 2 3A 61 35
Octal 373 365 22 0 2 135 2 72 141 65
Binary 11111011 11110101 10010 0 10 1011101 10 111010 1100001 110101

Color Harmonies of #FBF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF512

Black with #FBF512

Text Example


Text Example

White with #FBF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF512; }

 p { color: rgb(251,245,18); }

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

background-color css

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

 a { background-color: rgb(251,245,18); }

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

border-color css

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

 span { border-color: rgb(251,245,18); }

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