Html Css Color HEX #FDF10F Lemon

📋 copy color: '#FDF10F'

red 253 ◦ green 241 ◦ blue 15

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

Shades of Lemon #FDF10F

Tints of Lemon #FDF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.35%

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

R = 49.71%
G = 47.35%
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

#FDF10F (or 0xFDF10F) is known color: Lemon. HEX triplet: FD, F1 and 0F. RGB value is (253,241,15). Sum of RGB (Red+Green+Blue) = 253+241+15=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 15 (6.25% from 255 or 2.95% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF10F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF10F is #020EF0. Grayscale: #DBDBDB. Windows color (decimal): -134897 or 1044989. OLE color: 1044989.

HSL color Cylindrical-coordinate representation of color #FDF10F: hue angle of 56.97º 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 #FDF10F is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 15 -
CMYK 0 0.05 0.94 0.01
HSL 56.97º 0.98% 0.53% -
HSV(B) 56.97º 0.94% 0.99% -
XYZ 72.05 83.83 12.83 -
YUV 218.82 12.98 152.38 -
System Red Green Blue C M Y K H S L
Decimal 253 241 15 0 0.05 0.94 0.01 56.97 0.98 0.53
Hex FD F1 F 0 5 5E 1 39 62 35
Octal 375 361 17 0 5 136 1 71 142 65
Binary 11111101 11110001 1111 0 101 1011110 1 111001 1100010 110101

Color Harmonies of #FDF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF10F

Black with #FDF10F

Text Example


Text Example

White with #FDF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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