Html Css Color HEX #FDF514 Lemon

📋 copy color: '#FDF514'

red 253 ◦ green 245 ◦ blue 20

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

Shades of Lemon #FDF514

Tints of Lemon #FDF514

RGB

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

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

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

R = 48.84%
G = 47.3%
B = 3.86%

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

#FDF514 (or 0xFDF514) is known color: Lemon. HEX triplet: FD, F5 and 14. RGB value is (253,245,20). Sum of RGB (Red+Green+Blue) = 253+245+20=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 20 (8.20% from 255 or 3.86% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF514 is #020AEB. Grayscale: #DEDEDE. Windows color (decimal): -133868 or 1373693. OLE color: 1373693.

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

Color convert

RGB 253 245 20 -
CMYK 0 0.03 0.92 0.01
HSL 57.94º 0.98% 0.54% -
HSV(B) 57.94º 0.92% 0.99% -
XYZ 73.29 86.24 13.44 -
YUV 221.74 14.15 150.3 -
System Red Green Blue C M Y K H S L
Decimal 253 245 20 0 0.03 0.92 0.01 57.94 0.98 0.54
Hex FD F5 14 0 3 5C 1 3A 62 36
Octal 375 365 24 0 3 134 1 72 142 66
Binary 11111101 11110101 10100 0 11 1011100 1 111010 1100010 110110

Color Harmonies of #FDF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF514

Black with #FDF514

Text Example


Text Example

White with #FDF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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