Html Css Color HEX #FBF525 Lemon

📋 copy color: '#FBF525'

red 251 ◦ green 245 ◦ blue 37

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

Shades of Lemon #FBF525

Tints of Lemon #FBF525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 6.94%

R = 47.09%
G = 45.97%
B = 6.94%

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

#FBF525 (or 0xFBF525) is known color: Lemon. HEX triplet: FB, F5 and 25. RGB value is (251,245,37). Sum of RGB (Red+Green+Blue) = 251+245+37=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 37 (14.84% from 255 or 6.94% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF525 is #040ADA. Grayscale: #DFDFDF. Windows color (decimal): -264923 or 2487803. OLE color: 2487803.

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

Color convert

RGB 251 245 37 -
CMYK 0 0.02 0.85 0.02
HSL 58.32º 0.96% 0.56% -
HSV(B) 58.32º 0.85% 0.98% -
XYZ 72.77 85.95 14.5 -
YUV 223.08 22.99 147.91 -
System Red Green Blue C M Y K H S L
Decimal 251 245 37 0 0.02 0.85 0.02 58.32 0.96 0.56
Hex FB F5 25 0 2 55 2 3A 60 38
Octal 373 365 45 0 2 125 2 72 140 70
Binary 11111011 11110101 100101 0 10 1010101 10 111010 1100000 111000

Color Harmonies of #FBF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF525

Black with #FBF525

Text Example


Text Example

White with #FBF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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