Html Css Color HEX #FDDE18 Lemon

📋 copy color: '#FDDE18'

red 253 ◦ green 222 ◦ blue 24

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

Shades of Lemon #FDDE18

Tints of Lemon #FDDE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.81%

R = 50.7%
G = 44.49%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDDE18 (or 0xFDDE18) is known color: Lemon. HEX triplet: FD, DE and 18. RGB value is (253,222,24). Sum of RGB (Red+Green+Blue) = 253+222+24=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDE18 is #0221E7. Grayscale: #D1D1D1. Windows color (decimal): -139752 or 1629949. OLE color: 1629949.

HSL color Cylindrical-coordinate representation of color #FDDE18: hue angle of 51.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDDE18 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 24 -
CMYK 0 0.12 0.91 0.01
HSL 51.88º 0.98% 0.54% -
HSV(B) 51.88º 0.91% 0.99% -
XYZ 66.79 73.19 11.47 -
YUV 208.7 23.77 159.6 -
System Red Green Blue C M Y K H S L
Decimal 253 222 24 0 0.12 0.91 0.01 51.88 0.98 0.54
Hex FD DE 18 0 C 5B 1 34 62 36
Octal 375 336 30 0 14 133 1 64 142 66
Binary 11111101 11011110 11000 0 1100 1011011 1 110100 1100010 110110

Color Harmonies of #FDDE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE18

Black with #FDDE18

Text Example


Text Example

White with #FDDE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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