Html Css Color HEX #FDDE14 Lemon

📋 copy color: '#FDDE14'

red 253 ◦ green 222 ◦ blue 20

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

Shades of Lemon #FDDE14

Tints of Lemon #FDDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

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

R = 51.11%
G = 44.85%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDDE14 (or 0xFDDE14) is known color: Lemon. HEX triplet: FD, DE and 14. RGB value is (253,222,20). Sum of RGB (Red+Green+Blue) = 253+222+20=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDE14 is #0221EB. Grayscale: #D1D1D1. Windows color (decimal): -139756 or 1367805. OLE color: 1367805.

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

Color convert

RGB 253 222 20 -
CMYK 0 0.12 0.92 0.01
HSL 52.02º 0.98% 0.54% -
HSV(B) 52.02º 0.92% 0.99% -
XYZ 66.76 73.18 11.27 -
YUV 208.24 21.77 159.93 -
System Red Green Blue C M Y K H S L
Decimal 253 222 20 0 0.12 0.92 0.01 52.02 0.98 0.54
Hex FD DE 14 0 C 5C 1 34 62 36
Octal 375 336 24 0 14 134 1 64 142 66
Binary 11111101 11011110 10100 0 1100 1011100 1 110100 1100010 110110

Color Harmonies of #FDDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE14

Black with #FDDE14

Text Example


Text Example

White with #FDDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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