Html Css Color HEX #FDF10D Lemon

📋 copy color: '#FDF10D'

red 253 ◦ green 241 ◦ blue 13

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

Shades of Lemon #FDF10D

Tints of Lemon #FDF10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.56%

R = 49.9%
G = 47.53%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF10D (or 0xFDF10D) is known color: Lemon. HEX triplet: FD, F1 and 0D. RGB value is (253,241,13). Sum of RGB (Red+Green+Blue) = 253+241+13=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 13 (5.47% from 255 or 2.56% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF10D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF10D is #020EF2. Grayscale: #DBDBDB. Windows color (decimal): -134899 or 913917. OLE color: 913917.

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

Color convert

RGB 253 241 13 -
CMYK 0 0.05 0.95 0.01
HSL 57º 0.98% 0.52% -
HSV(B) 57º 0.95% 0.99% -
XYZ 72.04 83.82 12.76 -
YUV 218.6 11.98 152.54 -
System Red Green Blue C M Y K H S L
Decimal 253 241 13 0 0.05 0.95 0.01 57 0.98 0.52
Hex FD F1 D 0 5 5F 1 39 62 34
Octal 375 361 15 0 5 137 1 71 142 64
Binary 11111101 11110001 1101 0 101 1011111 1 111001 1100010 110100

Color Harmonies of #FDF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF10D

Black with #FDF10D

Text Example


Text Example

White with #FDF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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