Html Css Color HEX #FDF91C Lemon

📋 copy color: '#FDF91C'

red 253 ◦ green 249 ◦ blue 28

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

Shades of Lemon #FDF91C

Tints of Lemon #FDF91C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 28 (11.33% from 255) = 5.28%

R = 47.74%
G = 46.98%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDF91C (or 0xFDF91C) is known color: Lemon. HEX triplet: FD, F9 and 1C. RGB value is (253,249,28). Sum of RGB (Red+Green+Blue) = 253+249+28=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 28 (11.33% from 255 or 5.28% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF91C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF91C is #0206E3. Grayscale: #E1E1E1. Windows color (decimal): -132836 or 1899005. OLE color: 1899005.

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

Color convert

RGB 253 249 28 -
CMYK 0 0.02 0.89 0.01
HSL 58.93º 0.98% 0.55% -
HSV(B) 58.93º 0.89% 0.99% -
XYZ 74.59 88.72 14.29 -
YUV 225 16.83 147.97 -
System Red Green Blue C M Y K H S L
Decimal 253 249 28 0 0.02 0.89 0.01 58.93 0.98 0.55
Hex FD F9 1C 0 2 59 1 3B 62 37
Octal 375 371 34 0 2 131 1 73 142 67
Binary 11111101 11111001 11100 0 10 1011001 1 111011 1100010 110111

Color Harmonies of #FDF91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF91C

Black with #FDF91C

Text Example


Text Example

White with #FDF91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF91C; }

 p { color: rgb(253,249,28); }

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

background-color css

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

 a { background-color: rgb(253,249,28); }

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

border-color css

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

 span { border-color: rgb(253,249,28); }

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