Html Css Color HEX #FDFF1B Lemon

📋 copy color: '#FDFF1B'

red 253 ◦ green 255 ◦ blue 27

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

Shades of Lemon #FDFF1B

Tints of Lemon #FDFF1B

RGB

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

 GREEN value IS 255 (100% from 255) = 47.66%

 BLUE value IS 27 (10.94% from 255) = 5.05%

R = 47.29%
G = 47.66%
B = 5.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FDFF1B (or 0xFDFF1B) is known color: Lemon. HEX triplet: FD, FF and 1B. RGB value is (253,255,27). Sum of RGB (Red+Green+Blue) = 253+255+27=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 27 (10.94% from 255 or 5.05% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF1B is #0200E4. Grayscale: #E5E5E5. Windows color (decimal): -131301 or 1835005. OLE color: 1835005.

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

Color convert

RGB 253 255 27 -
CMYK 0.01 0 0.89 0
HSL 60.53º 1% 0.55% -
HSV(B) 60.53º 0.89% 1% -
XYZ 76.47 92.48 14.86 -
YUV 228.41 14.34 145.54 -
System Red Green Blue C M Y K H S L
Decimal 253 255 27 0.01 0 0.89 0 60.53 1 0.55
Hex FD FF 1B 1 0 59 0 3D 64 37
Octal 375 377 33 1 0 131 0 75 144 67
Binary 11111101 11111111 11011 1 0 1011001 0 111101 1100100 110111

Color Harmonies of #FDFF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF1B

Black with #FDFF1B

Text Example


Text Example

White with #FDFF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF1B; }

 p { color: rgb(253,255,27); }

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

background-color css

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

 a { background-color: rgb(253,255,27); }

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

border-color css

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

 span { border-color: rgb(253,255,27); }

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