Html Css Color HEX #FDF01B Lemon

📋 copy color: '#FDF01B'

red 253 ◦ green 240 ◦ blue 27

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

Shades of Lemon #FDF01B

Tints of Lemon #FDF01B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

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

R = 48.65%
G = 46.15%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDF01B (or 0xFDF01B) is known color: Lemon. HEX triplet: FD, F0 and 1B. RGB value is (253,240,27). Sum of RGB (Red+Green+Blue) = 253+240+27=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 27 (10.94% from 255 or 5.19% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF01B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF01B is #020FE4. Grayscale: #DCDCDC. Windows color (decimal): -135141 or 1831165. OLE color: 1831165.

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

Color convert

RGB 253 240 27 -
CMYK 0 0.05 0.89 0.01
HSL 56.55º 0.98% 0.55% -
HSV(B) 56.55º 0.89% 0.99% -
XYZ 71.87 83.28 13.32 -
YUV 219.61 19.31 151.82 -
System Red Green Blue C M Y K H S L
Decimal 253 240 27 0 0.05 0.89 0.01 56.55 0.98 0.55
Hex FD F0 1B 0 5 59 1 39 62 37
Octal 375 360 33 0 5 131 1 71 142 67
Binary 11111101 11110000 11011 0 101 1011001 1 111001 1100010 110111

Color Harmonies of #FDF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF01B

Black with #FDF01B

Text Example


Text Example

White with #FDF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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