Html Css Color HEX #FDDF15 Lemon

📋 copy color: '#FDDF15'

red 253 ◦ green 223 ◦ blue 21

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

Shades of Lemon #FDDF15

Tints of Lemon #FDDF15

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 50.91%
G = 44.87%
B = 4.23%

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

#FDDF15 (or 0xFDDF15) is known color: Lemon. HEX triplet: FD, DF and 15. RGB value is (253,223,21). Sum of RGB (Red+Green+Blue) = 253+223+21=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF15 is #0220EA. Grayscale: #D1D1D1. Windows color (decimal): -139499 or 1433597. OLE color: 1433597.

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

Color convert

RGB 253 223 21 -
CMYK 0 0.12 0.92 0.01
HSL 52.24º 0.98% 0.54% -
HSV(B) 52.24º 0.92% 0.99% -
XYZ 67.03 73.71 11.4 -
YUV 208.94 21.94 159.43 -
System Red Green Blue C M Y K H S L
Decimal 253 223 21 0 0.12 0.92 0.01 52.24 0.98 0.54
Hex FD DF 15 0 C 5C 1 34 62 36
Octal 375 337 25 0 14 134 1 64 142 66
Binary 11111101 11011111 10101 0 1100 1011100 1 110100 1100010 110110

Color Harmonies of #FDDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF15

Black with #FDDF15

Text Example


Text Example

White with #FDDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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