Html Css Color HEX #FDF314 Lemon

📋 copy color: '#FDF314'

red 253 ◦ green 243 ◦ blue 20

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

Shades of Lemon #FDF314

Tints of Lemon #FDF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

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

R = 49.03%
G = 47.09%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDF314 (or 0xFDF314) is known color: Lemon. HEX triplet: FD, F3 and 14. RGB value is (253,243,20). Sum of RGB (Red+Green+Blue) = 253+243+20=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 20 (8.20% from 255 or 3.88% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF314 is #020CEB. Grayscale: #DDDDDD. Windows color (decimal): -134380 or 1373181. OLE color: 1373181.

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

Color convert

RGB 253 243 20 -
CMYK 0 0.04 0.92 0.01
HSL 57.42º 0.98% 0.54% -
HSV(B) 57.42º 0.92% 0.99% -
XYZ 72.68 85.03 13.24 -
YUV 220.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 253 243 20 0 0.04 0.92 0.01 57.42 0.98 0.54
Hex FD F3 14 0 4 5C 1 39 62 36
Octal 375 363 24 0 4 134 1 71 142 66
Binary 11111101 11110011 10100 0 100 1011100 1 111001 1100010 110110

Color Harmonies of #FDF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF314

Black with #FDF314

Text Example


Text Example

White with #FDF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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