Html Css Color HEX #FDDB16 Lemon

📋 copy color: '#FDDB16'

red 253 ◦ green 219 ◦ blue 22

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

Shades of Lemon #FDDB16

Tints of Lemon #FDDB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.45%

R = 51.21%
G = 44.33%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDDB16 (or 0xFDDB16) is known color: Lemon. HEX triplet: FD, DB and 16. RGB value is (253,219,22). Sum of RGB (Red+Green+Blue) = 253+219+22=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB16 is #0224E9. Grayscale: #CFCFCF. Windows color (decimal): -140522 or 1498109. OLE color: 1498109.

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

Color convert

RGB 253 219 22 -
CMYK 0 0.13 0.91 0.01
HSL 51.17º 0.98% 0.54% -
HSV(B) 51.17º 0.91% 0.99% -
XYZ 65.98 71.6 11.1 -
YUV 206.71 23.76 161.02 -
System Red Green Blue C M Y K H S L
Decimal 253 219 22 0 0.13 0.91 0.01 51.17 0.98 0.54
Hex FD DB 16 0 D 5B 1 33 62 36
Octal 375 333 26 0 15 133 1 63 142 66
Binary 11111101 11011011 10110 0 1101 1011011 1 110011 1100010 110110

Color Harmonies of #FDDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB16

Black with #FDDB16

Text Example


Text Example

White with #FDDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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