Html Css Color HEX #FDF614 Lemon

📋 copy color: '#FDF614'

red 253 ◦ green 246 ◦ blue 20

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

Shades of Lemon #FDF614

Tints of Lemon #FDF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.85%

R = 48.75%
G = 47.4%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF614 (or 0xFDF614) is known color: Lemon. HEX triplet: FD, F6 and 14. RGB value is (253,246,20). Sum of RGB (Red+Green+Blue) = 253+246+20=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 20 (8.20% from 255 or 3.85% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF614 is #0209EB. Grayscale: #DFDFDF. Windows color (decimal): -133612 or 1373949. OLE color: 1373949.

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

Color convert

RGB 253 246 20 -
CMYK 0 0.03 0.92 0.01
HSL 58.2º 0.98% 0.54% -
HSV(B) 58.2º 0.92% 0.99% -
XYZ 73.59 86.84 13.55 -
YUV 222.33 13.82 149.88 -
System Red Green Blue C M Y K H S L
Decimal 253 246 20 0 0.03 0.92 0.01 58.2 0.98 0.54
Hex FD F6 14 0 3 5C 1 3A 62 36
Octal 375 366 24 0 3 134 1 72 142 66
Binary 11111101 11110110 10100 0 11 1011100 1 111010 1100010 110110

Color Harmonies of #FDF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF614

Black with #FDF614

Text Example


Text Example

White with #FDF614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF614; }

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

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

background-color css

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

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

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

border-color css

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

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

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