Html Css Color HEX #FDED0A Lemon

📋 copy color: '#FDED0A'

red 253 ◦ green 237 ◦ blue 10

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

Shades of Lemon #FDED0A

Tints of Lemon #FDED0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2%

R = 50.6%
G = 47.4%
B = 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

#FDED0A (or 0xFDED0A) is known color: Lemon. HEX triplet: FD, ED and 0A. RGB value is (253,237,10). Sum of RGB (Red+Green+Blue) = 253+237+10=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDED0A is #0212F5. Grayscale: #D8D8D8. Windows color (decimal): -135926 or 716285. OLE color: 716285.

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

Color convert

RGB 253 237 10 -
CMYK 0 0.06 0.96 0.01
HSL 56.05º 0.98% 0.52% -
HSV(B) 56.05º 0.96% 0.99% -
XYZ 70.85 81.47 12.28 -
YUV 215.91 11.8 154.46 -
System Red Green Blue C M Y K H S L
Decimal 253 237 10 0 0.06 0.96 0.01 56.05 0.98 0.52
Hex FD ED A 0 6 60 1 38 62 34
Octal 375 355 12 0 6 140 1 70 142 64
Binary 11111101 11101101 1010 0 110 1100000 1 111000 1100010 110100

Color Harmonies of #FDED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED0A

Black with #FDED0A

Text Example


Text Example

White with #FDED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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