Html Css Color HEX #FFF525 Lemon

📋 copy color: '#FFF525'

red 255 ◦ green 245 ◦ blue 37

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

Shades of Lemon #FFF525

Tints of Lemon #FFF525

RGB

 RED value IS 255 (100% from 255) = 47.49%

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

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

R = 47.49%
G = 45.62%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFF525 (or 0xFFF525) is known color: Lemon. HEX triplet: FF, F5 and 25. RGB value is (255,245,37). Sum of RGB (Red+Green+Blue) = 255+245+37=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 37 (14.84% from 255 or 6.89% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF525 is #000ADA. Grayscale: #E1E1E1. Windows color (decimal): -2779 or 2487807. OLE color: 2487807.

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

Color convert

RGB 255 245 37 -
CMYK 0 0.04 0.85 0
HSL 57.25º 1% 0.57% -
HSV(B) 57.25º 0.85% 1% -
XYZ 74.23 86.7 14.57 -
YUV 224.28 22.31 149.91 -
System Red Green Blue C M Y K H S L
Decimal 255 245 37 0 0.04 0.85 0 57.25 1 0.57
Hex FF F5 25 0 4 55 0 39 64 39
Octal 377 365 45 0 4 125 0 71 144 71
Binary 11111111 11110101 100101 0 100 1010101 0 111001 1100100 111001

Color Harmonies of #FFF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF525

Black with #FFF525

Text Example


Text Example

White with #FFF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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