Html Css Color HEX #FDF512 Lemon

📋 copy color: '#FDF512'

red 253 ◦ green 245 ◦ blue 18

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

Shades of Lemon #FDF512

Tints of Lemon #FDF512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.49%

R = 49.03%
G = 47.48%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDF512 (or 0xFDF512) is known color: Lemon. HEX triplet: FD, F5 and 12. RGB value is (253,245,18). Sum of RGB (Red+Green+Blue) = 253+245+18=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 18 (7.42% from 255 or 3.49% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF512 is #020AED. Grayscale: #DEDEDE. Windows color (decimal): -133870 or 1242621. OLE color: 1242621.

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

Color convert

RGB 253 245 18 -
CMYK 0 0.03 0.93 0.01
HSL 57.96º 0.98% 0.53% -
HSV(B) 57.96º 0.93% 0.99% -
XYZ 73.27 86.23 13.35 -
YUV 221.51 13.15 150.46 -
System Red Green Blue C M Y K H S L
Decimal 253 245 18 0 0.03 0.93 0.01 57.96 0.98 0.53
Hex FD F5 12 0 3 5D 1 3A 62 35
Octal 375 365 22 0 3 135 1 72 142 65
Binary 11111101 11110101 10010 0 11 1011101 1 111010 1100010 110101

Color Harmonies of #FDF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF512

Black with #FDF512

Text Example


Text Example

White with #FDF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF512; }

 p { color: rgb(253,245,18); }

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

background-color css

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

 a { background-color: rgb(253,245,18); }

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

border-color css

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

 span { border-color: rgb(253,245,18); }

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