Html Css Color HEX #FDE00B Lemon

📋 copy color: '#FDE00B'

red 253 ◦ green 224 ◦ blue 11

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

Shades of Lemon #FDE00B

Tints of Lemon #FDE00B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 51.84%
G = 45.9%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDE00B (or 0xFDE00B) is known color: Lemon. HEX triplet: FD, E0 and 0B. RGB value is (253,224,11). Sum of RGB (Red+Green+Blue) = 253+224+11=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 11 (4.69% from 255 or 2.25% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE00B is #021FF4. Grayscale: #D1D1D1. Windows color (decimal): -139253 or 778493. OLE color: 778493.

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

Color convert

RGB 253 224 11 -
CMYK 0 0.11 0.96 0.01
HSL 52.81º 0.98% 0.52% -
HSV(B) 52.81º 0.96% 0.99% -
XYZ 67.22 74.22 11.1 -
YUV 208.39 16.61 159.82 -
System Red Green Blue C M Y K H S L
Decimal 253 224 11 0 0.11 0.96 0.01 52.81 0.98 0.52
Hex FD E0 B 0 B 60 1 35 62 34
Octal 375 340 13 0 13 140 1 65 142 64
Binary 11111101 11100000 1011 0 1011 1100000 1 110101 1100010 110100

Color Harmonies of #FDE00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE00B

Black with #FDE00B

Text Example


Text Example

White with #FDE00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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