Html Css Color HEX #FDE30C Lemon

📋 copy color: '#FDE30C'

red 253 ◦ green 227 ◦ blue 12

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

Shades of Lemon #FDE30C

Tints of Lemon #FDE30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.44%

R = 51.42%
G = 46.14%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDE30C (or 0xFDE30C) is known color: Lemon. HEX triplet: FD, E3 and 0C. RGB value is (253,227,12). Sum of RGB (Red+Green+Blue) = 253+227+12=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 12 (5.08% from 255 or 2.44% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE30C is #021CF3. Grayscale: #D3D3D3. Windows color (decimal): -138484 or 844797. OLE color: 844797.

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

Color convert

RGB 253 227 12 -
CMYK 0 0.10 0.95 0.01
HSL 53.53º 0.98% 0.52% -
HSV(B) 53.53º 0.95% 0.99% -
XYZ 68.04 75.85 11.4 -
YUV 210.26 16.11 158.48 -
System Red Green Blue C M Y K H S L
Decimal 253 227 12 0 0.10 0.95 0.01 53.53 0.98 0.52
Hex FD E3 C 0 A 5F 1 36 62 34
Octal 375 343 14 0 12 137 1 66 142 64
Binary 11111101 11100011 1100 0 1010 1011111 1 110110 1100010 110100

Color Harmonies of #FDE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE30C

Black with #FDE30C

Text Example


Text Example

White with #FDE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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