Html Css Color HEX #FBF526 Lemon

📋 copy color: '#FBF526'

red 251 ◦ green 245 ◦ blue 38

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

Shades of Lemon #FBF526

Tints of Lemon #FBF526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.12%

R = 47%
G = 45.88%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBF526 (or 0xFBF526) is known color: Lemon. HEX triplet: FB, F5 and 26. RGB value is (251,245,38). Sum of RGB (Red+Green+Blue) = 251+245+38=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 38 (15.23% from 255 or 7.12% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF526 is #040AD9. Grayscale: #E0E0E0. Windows color (decimal): -264922 or 2553339. OLE color: 2553339.

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

Color convert

RGB 251 245 38 -
CMYK 0 0.02 0.85 0.02
HSL 58.31º 0.96% 0.57% -
HSV(B) 58.31º 0.85% 0.98% -
XYZ 72.79 85.95 14.59 -
YUV 223.2 23.49 147.83 -
System Red Green Blue C M Y K H S L
Decimal 251 245 38 0 0.02 0.85 0.02 58.31 0.96 0.57
Hex FB F5 26 0 2 55 2 3A 60 39
Octal 373 365 46 0 2 125 2 72 140 71
Binary 11111011 11110101 100110 0 10 1010101 10 111010 1100000 111001

Color Harmonies of #FBF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF526

Black with #FBF526

Text Example


Text Example

White with #FBF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF526; }

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

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

background-color css

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

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

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

border-color css

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

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

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