Html Css Color HEX #FDF612 Lemon

📋 copy color: '#FDF612'

red 253 ◦ green 246 ◦ blue 18

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

Shades of Lemon #FDF612

Tints of Lemon #FDF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.58%

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

R = 48.94%
G = 47.58%
B = 3.48%

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

#FDF612 (or 0xFDF612) is known color: Lemon. HEX triplet: FD, F6 and 12. RGB value is (253,246,18). Sum of RGB (Red+Green+Blue) = 253+246+18=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 18 (7.42% from 255 or 3.48% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF612 is #0209ED. Grayscale: #DFDFDF. Windows color (decimal): -133614 or 1242877. OLE color: 1242877.

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

Color convert

RGB 253 246 18 -
CMYK 0 0.03 0.93 0.01
HSL 58.21º 0.98% 0.53% -
HSV(B) 58.21º 0.93% 0.99% -
XYZ 73.57 86.84 13.46 -
YUV 222.1 12.82 150.04 -
System Red Green Blue C M Y K H S L
Decimal 253 246 18 0 0.03 0.93 0.01 58.21 0.98 0.53
Hex FD F6 12 0 3 5D 1 3A 62 35
Octal 375 366 22 0 3 135 1 72 142 65
Binary 11111101 11110110 10010 0 11 1011101 1 111010 1100010 110101

Color Harmonies of #FDF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF612

Black with #FDF612

Text Example


Text Example

White with #FDF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF612; }

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

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

background-color css

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

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

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

border-color css

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

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

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