Html Css Color HEX #FDF914 Lemon

📋 copy color: '#FDF914'

red 253 ◦ green 249 ◦ blue 20

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

Shades of Lemon #FDF914

Tints of Lemon #FDF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

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

R = 48.47%
G = 47.7%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF914 (or 0xFDF914) is known color: Lemon. HEX triplet: FD, F9 and 14. RGB value is (253,249,20). Sum of RGB (Red+Green+Blue) = 253+249+20=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 20 (8.20% from 255 or 3.83% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF914 is #0206EB. Grayscale: #E1E1E1. Windows color (decimal): -132844 or 1374717. OLE color: 1374717.

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

Color convert

RGB 253 249 20 -
CMYK 0 0.02 0.92 0.01
HSL 58.97º 0.98% 0.54% -
HSV(B) 58.97º 0.92% 0.99% -
XYZ 74.51 88.68 13.85 -
YUV 224.09 12.83 148.62 -
System Red Green Blue C M Y K H S L
Decimal 253 249 20 0 0.02 0.92 0.01 58.97 0.98 0.54
Hex FD F9 14 0 2 5C 1 3B 62 36
Octal 375 371 24 0 2 134 1 73 142 66
Binary 11111101 11111001 10100 0 10 1011100 1 111011 1100010 110110

Color Harmonies of #FDF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF914

Black with #FDF914

Text Example


Text Example

White with #FDF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF914; }

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

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

background-color css

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

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

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

border-color css

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

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

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