Html Css Color HEX #FDF50A Lemon

📋 copy color: '#FDF50A'

red 253 ◦ green 245 ◦ blue 10

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

Shades of Lemon #FDF50A

Tints of Lemon #FDF50A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.23%

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

R = 49.8%
G = 48.23%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF50A (or 0xFDF50A) is known color: Lemon. HEX triplet: FD, F5 and 0A. RGB value is (253,245,10). Sum of RGB (Red+Green+Blue) = 253+245+10=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 10 (4.30% from 255 or 1.97% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF50A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF50A is #020AF5. Grayscale: #DDDDDD. Windows color (decimal): -133878 or 718333. OLE color: 718333.

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

Color convert

RGB 253 245 10 -
CMYK 0 0.03 0.96 0.01
HSL 58.02º 0.98% 0.52% -
HSV(B) 58.02º 0.96% 0.99% -
XYZ 73.22 86.21 13.07 -
YUV 220.6 9.15 151.11 -
System Red Green Blue C M Y K H S L
Decimal 253 245 10 0 0.03 0.96 0.01 58.02 0.98 0.52
Hex FD F5 A 0 3 60 1 3A 62 34
Octal 375 365 12 0 3 140 1 72 142 64
Binary 11111101 11110101 1010 0 11 1100000 1 111010 1100010 110100

Color Harmonies of #FDF50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF50A

Black with #FDF50A

Text Example


Text Example

White with #FDF50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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