Html Css Color HEX #FDF225 Lemon

📋 copy color: '#FDF225'

red 253 ◦ green 242 ◦ blue 37

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

Shades of Lemon #FDF225

Tints of Lemon #FDF225

RGB

 RED value IS 253 (99.22% from 255) = 47.56%

 GREEN value IS 242 (94.92% from 255) = 45.49%

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

R = 47.56%
G = 45.49%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDF225 (or 0xFDF225) is known color: Lemon. HEX triplet: FD, F2 and 25. RGB value is (253,242,37). Sum of RGB (Red+Green+Blue) = 253+242+37=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 37 (14.84% from 255 or 6.95% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF225 is #020DDA. Grayscale: #DEDEDE. Windows color (decimal): -134619 or 2487037. OLE color: 2487037.

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

Color convert

RGB 253 242 37 -
CMYK 0 0.04 0.85 0.01
HSL 56.94º 0.98% 0.57% -
HSV(B) 56.94º 0.85% 0.99% -
XYZ 72.59 84.52 14.24 -
YUV 221.92 23.64 150.17 -
System Red Green Blue C M Y K H S L
Decimal 253 242 37 0 0.04 0.85 0.01 56.94 0.98 0.57
Hex FD F2 25 0 4 55 1 39 62 39
Octal 375 362 45 0 4 125 1 71 142 71
Binary 11111101 11110010 100101 0 100 1010101 1 111001 1100010 111001

Color Harmonies of #FDF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF225

Black with #FDF225

Text Example


Text Example

White with #FDF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF225; }

 p { color: rgb(253,242,37); }

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

background-color css

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

 a { background-color: rgb(253,242,37); }

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

border-color css

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

 span { border-color: rgb(253,242,37); }

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