Html Css Color HEX #FDE30B Lemon

📋 copy color: '#FDE30B'

red 253 ◦ green 227 ◦ blue 11

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

Shades of Lemon #FDE30B

Tints of Lemon #FDE30B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.23%

 BLUE value IS 11 (4.69% from 255) = 2.24%

R = 51.53%
G = 46.23%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE30B (or 0xFDE30B) is known color: Lemon. HEX triplet: FD, E3 and 0B. RGB value is (253,227,11). Sum of RGB (Red+Green+Blue) = 253+227+11=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 11 (4.69% from 255 or 2.24% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE30B is #021CF4. Grayscale: #D3D3D3. Windows color (decimal): -138485 or 779261. OLE color: 779261.

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

Color convert

RGB 253 227 11 -
CMYK 0 0.10 0.96 0.01
HSL 53.55º 0.98% 0.52% -
HSV(B) 53.55º 0.96% 0.99% -
XYZ 68.04 75.84 11.37 -
YUV 210.15 15.61 158.56 -
System Red Green Blue C M Y K H S L
Decimal 253 227 11 0 0.10 0.96 0.01 53.55 0.98 0.52
Hex FD E3 B 0 A 60 1 36 62 34
Octal 375 343 13 0 12 140 1 66 142 64
Binary 11111101 11100011 1011 0 1010 1100000 1 110110 1100010 110100

Color Harmonies of #FDE30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE30B

Black with #FDE30B

Text Example


Text Example

White with #FDE30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE30B; }

 p { color: rgb(253,227,11); }

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

background-color css

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

 a { background-color: rgb(253,227,11); }

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

border-color css

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

 span { border-color: rgb(253,227,11); }

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