Html Css Color HEX #FDED0B Lemon

📋 copy color: '#FDED0B'

red 253 ◦ green 237 ◦ blue 11

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

Shades of Lemon #FDED0B

Tints of Lemon #FDED0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 50.5%
G = 47.31%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDED0B (or 0xFDED0B) is known color: Lemon. HEX triplet: FD, ED and 0B. RGB value is (253,237,11). Sum of RGB (Red+Green+Blue) = 253+237+11=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 11 (4.69% from 255 or 2.20% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED0B is #0212F4. Grayscale: #D8D8D8. Windows color (decimal): -135925 or 781821. OLE color: 781821.

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

Color convert

RGB 253 237 11 -
CMYK 0 0.06 0.96 0.01
HSL 56.03º 0.98% 0.52% -
HSV(B) 56.03º 0.96% 0.99% -
XYZ 70.85 81.48 12.31 -
YUV 216.02 12.3 154.38 -
System Red Green Blue C M Y K H S L
Decimal 253 237 11 0 0.06 0.96 0.01 56.03 0.98 0.52
Hex FD ED B 0 6 60 1 38 62 34
Octal 375 355 13 0 6 140 1 70 142 64
Binary 11111101 11101101 1011 0 110 1100000 1 111000 1100010 110100

Color Harmonies of #FDED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED0B

Black with #FDED0B

Text Example


Text Example

White with #FDED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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