Html Css Color HEX #FDEB04 Lemon

📋 copy color: '#FDEB04'

red 253 ◦ green 235 ◦ blue 4

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

Shades of Lemon #FDEB04

Tints of Lemon #FDEB04

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.76%

 BLUE value IS 4 (1.95% from 255) = 0.81%

R = 51.42%
G = 47.76%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDEB04 (or 0xFDEB04) is known color: Lemon. HEX triplet: FD, EB and 04. RGB value is (253,235,4). Sum of RGB (Red+Green+Blue) = 253+235+4=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 4 (1.95% from 255 or 0.81% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEB04 is #0214FB. Grayscale: #D6D6D6. Windows color (decimal): -136444 or 322557. OLE color: 322557.

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

Color convert

RGB 253 235 4 -
CMYK 0 0.07 0.98 0.01
HSL 55.66º 0.98% 0.5% -
HSV(B) 55.66º 0.98% 0.99% -
XYZ 70.24 80.31 11.91 -
YUV 214.05 9.46 155.78 -
System Red Green Blue C M Y K H S L
Decimal 253 235 4 0 0.07 0.98 0.01 55.66 0.98 0.5
Hex FD EB 4 0 7 62 1 38 62 32
Octal 375 353 4 0 7 142 1 70 142 62
Binary 11111101 11101011 100 0 111 1100010 1 111000 1100010 110010

Color Harmonies of #FDEB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB04

Black with #FDEB04

Text Example


Text Example

White with #FDEB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB04; }

 p { color: rgb(253,235,4); }

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

background-color css

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

 a { background-color: rgb(253,235,4); }

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

border-color css

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

 span { border-color: rgb(253,235,4); }

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