Html Css Color HEX #FDED12 Lemon

📋 copy color: '#FDED12'

red 253 ◦ green 237 ◦ blue 18

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

Shades of Lemon #FDED12

Tints of Lemon #FDED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.65%

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

R = 49.8%
G = 46.65%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDED12 (or 0xFDED12) is known color: Lemon. HEX triplet: FD, ED and 12. RGB value is (253,237,18). Sum of RGB (Red+Green+Blue) = 253+237+18=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 18 (7.42% from 255 or 3.54% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED12 is #0212ED. Grayscale: #D9D9D9. Windows color (decimal): -135918 or 1240573. OLE color: 1240573.

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

Color convert

RGB 253 237 18 -
CMYK 0 0.06 0.93 0.01
HSL 55.91º 0.98% 0.53% -
HSV(B) 55.91º 0.93% 0.99% -
XYZ 70.9 81.49 12.57 -
YUV 216.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 253 237 18 0 0.06 0.93 0.01 55.91 0.98 0.53
Hex FD ED 12 0 6 5D 1 38 62 35
Octal 375 355 22 0 6 135 1 70 142 65
Binary 11111101 11101101 10010 0 110 1011101 1 111000 1100010 110101

Color Harmonies of #FDED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED12

Black with #FDED12

Text Example


Text Example

White with #FDED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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