Html Css Color HEX #FDF00F Lemon

📋 copy color: '#FDF00F'

red 253 ◦ green 240 ◦ blue 15

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

Shades of Lemon #FDF00F

Tints of Lemon #FDF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.24%

 BLUE value IS 15 (6.25% from 255) = 2.95%

R = 49.8%
G = 47.24%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF00F (or 0xFDF00F) is known color: Lemon. HEX triplet: FD, F0 and 0F. RGB value is (253,240,15). Sum of RGB (Red+Green+Blue) = 253+240+15=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 15 (6.25% from 255 or 2.95% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF00F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF00F is #020FF0. Grayscale: #DBDBDB. Windows color (decimal): -135153 or 1044733. OLE color: 1044733.

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

Color convert

RGB 253 240 15 -
CMYK 0 0.05 0.94 0.01
HSL 56.72º 0.98% 0.53% -
HSV(B) 56.72º 0.94% 0.99% -
XYZ 71.75 83.24 12.74 -
YUV 218.24 13.31 152.8 -
System Red Green Blue C M Y K H S L
Decimal 253 240 15 0 0.05 0.94 0.01 56.72 0.98 0.53
Hex FD F0 F 0 5 5E 1 39 62 35
Octal 375 360 17 0 5 136 1 71 142 65
Binary 11111101 11110000 1111 0 101 1011110 1 111001 1100010 110101

Color Harmonies of #FDF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF00F

Black with #FDF00F

Text Example


Text Example

White with #FDF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF00F; }

 p { color: rgb(253,240,15); }

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

background-color css

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

 a { background-color: rgb(253,240,15); }

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

border-color css

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

 span { border-color: rgb(253,240,15); }

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