Html Css Color HEX #FDF613 Lemon

📋 copy color: '#FDF613'

red 253 ◦ green 246 ◦ blue 19

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

Shades of Lemon #FDF613

Tints of Lemon #FDF613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.67%

R = 48.84%
G = 47.49%
B = 3.67%

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

#FDF613 (or 0xFDF613) is known color: Lemon. HEX triplet: FD, F6 and 13. RGB value is (253,246,19). Sum of RGB (Red+Green+Blue) = 253+246+19=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 19 (7.81% from 255 or 3.67% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF613 is #0209EC. Grayscale: #DFDFDF. Windows color (decimal): -133613 or 1308413. OLE color: 1308413.

HSL color Cylindrical-coordinate representation of color #FDF613: 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.92%. Process color model (Four color, CMYK) of #FDF613 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 19 -
CMYK 0 0.03 0.92 0.01
HSL 58.21º 0.98% 0.53% -
HSV(B) 58.21º 0.92% 0.99% -
XYZ 73.58 86.84 13.5 -
YUV 222.22 13.32 149.96 -
System Red Green Blue C M Y K H S L
Decimal 253 246 19 0 0.03 0.92 0.01 58.21 0.98 0.53
Hex FD F6 13 0 3 5C 1 3A 62 35
Octal 375 366 23 0 3 134 1 72 142 65
Binary 11111101 11110110 10011 0 11 1011100 1 111010 1100010 110101

Color Harmonies of #FDF613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF613

Black with #FDF613

Text Example


Text Example

White with #FDF613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF613; }

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

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

background-color css

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

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

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

border-color css

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

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

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