Html Css Color HEX #FBF613 Lemon

📋 copy color: '#FBF613'

red 251 ◦ green 246 ◦ blue 19

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

Shades of Lemon #FBF613

Tints of Lemon #FBF613

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.67%

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

R = 48.64%
G = 47.67%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBF613 (or 0xFBF613) is known color: Lemon. HEX triplet: FB, F6 and 13. RGB value is (251,246,19). Sum of RGB (Red+Green+Blue) = 251+246+19=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 19 (7.81% from 255 or 3.68% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF613 is #0409EC. Grayscale: #DEDEDE. Windows color (decimal): -264685 or 1308411. OLE color: 1308411.

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

Color convert

RGB 251 246 19 -
CMYK 0 0.02 0.92 0.02
HSL 58.71º 0.97% 0.53% -
HSV(B) 58.71º 0.92% 0.98% -
XYZ 72.86 86.47 13.47 -
YUV 221.62 13.66 148.96 -
System Red Green Blue C M Y K H S L
Decimal 251 246 19 0 0.02 0.92 0.02 58.71 0.97 0.53
Hex FB F6 13 0 2 5C 2 3B 61 35
Octal 373 366 23 0 2 134 2 73 141 65
Binary 11111011 11110110 10011 0 10 1011100 10 111011 1100001 110101

Color Harmonies of #FBF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF613

Black with #FBF613

Text Example


Text Example

White with #FBF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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