Html Css Color HEX #FBF91A Lemon

📋 copy color: '#FBF91A'

red 251 ◦ green 249 ◦ blue 26

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

Shades of Lemon #FBF91A

Tints of Lemon #FBF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

 BLUE value IS 26 (10.55% from 255) = 4.94%

R = 47.72%
G = 47.34%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBF91A (or 0xFBF91A) is known color: Lemon. HEX triplet: FB, F9 and 1A. RGB value is (251,249,26). Sum of RGB (Red+Green+Blue) = 251+249+26=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 26 (10.55% from 255 or 4.94% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF91A is #0406E5. Grayscale: #E1E1E1. Windows color (decimal): -263910 or 1767931. OLE color: 1767931.

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

Color convert

RGB 251 249 26 -
CMYK 0 0.01 0.90 0.02
HSL 59.47º 0.97% 0.54% -
HSV(B) 59.47º 0.9% 0.98% -
XYZ 73.85 88.34 14.14 -
YUV 224.18 16.16 147.13 -
System Red Green Blue C M Y K H S L
Decimal 251 249 26 0 0.01 0.90 0.02 59.47 0.97 0.54
Hex FB F9 1A 0 1 5A 2 3B 61 36
Octal 373 371 32 0 1 132 2 73 141 66
Binary 11111011 11111001 11010 0 1 1011010 10 111011 1100001 110110

Color Harmonies of #FBF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF91A

Black with #FBF91A

Text Example


Text Example

White with #FBF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF91A; }

 p { color: rgb(251,249,26); }

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

background-color css

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

 a { background-color: rgb(251,249,26); }

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

border-color css

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

 span { border-color: rgb(251,249,26); }

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