Html Css Color HEX #FDD815 Lemon

📋 copy color: '#FDD815'

red 253 ◦ green 216 ◦ blue 21

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

Shades of Lemon #FDD815

Tints of Lemon #FDD815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 51.63%
G = 44.08%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD815 (or 0xFDD815) is known color: Lemon. HEX triplet: FD, D8 and 15. RGB value is (253,216,21). Sum of RGB (Red+Green+Blue) = 253+216+21=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD815 is #0227EA. Grayscale: #CDCDCD. Windows color (decimal): -141291 or 1431805. OLE color: 1431805.

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

Color convert

RGB 253 216 21 -
CMYK 0 0.15 0.92 0.01
HSL 50.43º 0.98% 0.54% -
HSV(B) 50.43º 0.92% 0.99% -
XYZ 65.2 70.05 10.79 -
YUV 204.83 24.26 162.36 -
System Red Green Blue C M Y K H S L
Decimal 253 216 21 0 0.15 0.92 0.01 50.43 0.98 0.54
Hex FD D8 15 0 F 5C 1 32 62 36
Octal 375 330 25 0 17 134 1 62 142 66
Binary 11111101 11011000 10101 0 1111 1011100 1 110010 1100010 110110

Color Harmonies of #FDD815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD815

Black with #FDD815

Text Example


Text Example

White with #FDD815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD815; }

 p { color: rgb(253,216,21); }

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

background-color css

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

 a { background-color: rgb(253,216,21); }

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

border-color css

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

 span { border-color: rgb(253,216,21); }

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