Html Css Color HEX #FDF91A Lemon

📋 copy color: '#FDF91A'

red 253 ◦ green 249 ◦ blue 26

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

Shades of Lemon #FDF91A

Tints of Lemon #FDF91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 4.92%

R = 47.92%
G = 47.16%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDF91A (or 0xFDF91A) is known color: Lemon. HEX triplet: FD, F9 and 1A. RGB value is (253,249,26). Sum of RGB (Red+Green+Blue) = 253+249+26=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 26 (10.55% from 255 or 4.92% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF91A is #0206E5. Grayscale: #E1E1E1. Windows color (decimal): -132838 or 1767933. OLE color: 1767933.

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

Color convert

RGB 253 249 26 -
CMYK 0 0.02 0.90 0.01
HSL 58.94º 0.98% 0.55% -
HSV(B) 58.94º 0.9% 0.99% -
XYZ 74.57 88.71 14.17 -
YUV 224.77 15.83 148.13 -
System Red Green Blue C M Y K H S L
Decimal 253 249 26 0 0.02 0.90 0.01 58.94 0.98 0.55
Hex FD F9 1A 0 2 5A 1 3B 62 37
Octal 375 371 32 0 2 132 1 73 142 67
Binary 11111101 11111001 11010 0 10 1011010 1 111011 1100010 110111

Color Harmonies of #FDF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF91A

Black with #FDF91A

Text Example


Text Example

White with #FDF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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