Html Css Color HEX #FDDB12 Lemon

📋 copy color: '#FDDB12'

red 253 ◦ green 219 ◦ blue 18

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

Shades of Lemon #FDDB12

Tints of Lemon #FDDB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 18 (7.42% from 255) = 3.67%

R = 51.63%
G = 44.69%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDDB12 (or 0xFDDB12) is known color: Lemon. HEX triplet: FD, DB and 12. RGB value is (253,219,18). Sum of RGB (Red+Green+Blue) = 253+219+18=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB12 is #0224ED. Grayscale: #CFCFCF. Windows color (decimal): -140526 or 1235965. OLE color: 1235965.

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

Color convert

RGB 253 219 18 -
CMYK 0 0.13 0.93 0.01
HSL 51.32º 0.98% 0.53% -
HSV(B) 51.32º 0.93% 0.99% -
XYZ 65.95 71.59 10.91 -
YUV 206.25 21.76 161.34 -
System Red Green Blue C M Y K H S L
Decimal 253 219 18 0 0.13 0.93 0.01 51.32 0.98 0.53
Hex FD DB 12 0 D 5D 1 33 62 35
Octal 375 333 22 0 15 135 1 63 142 65
Binary 11111101 11011011 10010 0 1101 1011101 1 110011 1100010 110101

Color Harmonies of #FDDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB12

Black with #FDDB12

Text Example


Text Example

White with #FDDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB12; }

 p { color: rgb(253,219,18); }

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

background-color css

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

 a { background-color: rgb(253,219,18); }

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

border-color css

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

 span { border-color: rgb(253,219,18); }

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