Html Css Color HEX #FDF10A Lemon

📋 copy color: '#FDF10A'

red 253 ◦ green 241 ◦ blue 10

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

Shades of Lemon #FDF10A

Tints of Lemon #FDF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 50.2%
G = 47.82%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDF10A (or 0xFDF10A) is known color: Lemon. HEX triplet: FD, F1 and 0A. RGB value is (253,241,10). Sum of RGB (Red+Green+Blue) = 253+241+10=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 10 (4.30% from 255 or 1.98% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF10A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF10A is #020EF5. Grayscale: #DBDBDB. Windows color (decimal): -134902 or 717309. OLE color: 717309.

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

Color convert

RGB 253 241 10 -
CMYK 0 0.05 0.96 0.01
HSL 57.04º 0.98% 0.52% -
HSV(B) 57.04º 0.96% 0.99% -
XYZ 72.02 83.82 12.67 -
YUV 218.25 10.48 152.78 -
System Red Green Blue C M Y K H S L
Decimal 253 241 10 0 0.05 0.96 0.01 57.04 0.98 0.52
Hex FD F1 A 0 5 60 1 39 62 34
Octal 375 361 12 0 5 140 1 71 142 64
Binary 11111101 11110001 1010 0 101 1100000 1 111001 1100010 110100

Color Harmonies of #FDF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF10A

Black with #FDF10A

Text Example


Text Example

White with #FDF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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