Html Css Color HEX #FDFC26 Lemon

📋 copy color: '#FDFC26'

red 253 ◦ green 252 ◦ blue 38

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

Shades of Lemon #FDFC26

Tints of Lemon #FDFC26

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

 BLUE value IS 38 (15.23% from 255) = 7%

R = 46.59%
G = 46.41%
B = 7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDFC26 (or 0xFDFC26) is known color: Lemon. HEX triplet: FD, FC and 26. RGB value is (253,252,38). Sum of RGB (Red+Green+Blue) = 253+252+38=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 38 (15.23% from 255 or 7.00% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC26 is #0203D9. Grayscale: #E4E4E4. Windows color (decimal): -132058 or 2555133. OLE color: 2555133.

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

Color convert

RGB 253 252 38 -
CMYK 0 0.00 0.85 0.01
HSL 59.72º 0.98% 0.57% -
HSV(B) 59.72º 0.85% 0.99% -
XYZ 75.67 90.64 15.34 -
YUV 227.9 20.83 145.9 -
System Red Green Blue C M Y K H S L
Decimal 253 252 38 0 0.00 0.85 0.01 59.72 0.98 0.57
Hex FD FC 26 0 0 55 1 3C 62 39
Octal 375 374 46 0 0 125 1 74 142 71
Binary 11111101 11111100 100110 0 0 1010101 1 111100 1100010 111001

Color Harmonies of #FDFC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC26

Black with #FDFC26

Text Example


Text Example

White with #FDFC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC26; }

 p { color: rgb(253,252,38); }

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

background-color css

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

 a { background-color: rgb(253,252,38); }

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

border-color css

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

 span { border-color: rgb(253,252,38); }

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