Html Css Color HEX #FDEB12 Lemon

📋 copy color: '#FDEB12'

red 253 ◦ green 235 ◦ blue 18

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

Shades of Lemon #FDEB12

Tints of Lemon #FDEB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.56%

R = 50%
G = 46.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDEB12 (or 0xFDEB12) is known color: Lemon. HEX triplet: FD, EB and 12. RGB value is (253,235,18). Sum of RGB (Red+Green+Blue) = 253+235+18=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEB12 is #0214ED. Grayscale: #D8D8D8. Windows color (decimal): -136430 or 1240061. OLE color: 1240061.

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

Color convert

RGB 253 235 18 -
CMYK 0 0.07 0.93 0.01
HSL 55.4º 0.98% 0.53% -
HSV(B) 55.4º 0.93% 0.99% -
XYZ 70.33 80.34 12.37 -
YUV 215.64 16.46 154.64 -
System Red Green Blue C M Y K H S L
Decimal 253 235 18 0 0.07 0.93 0.01 55.4 0.98 0.53
Hex FD EB 12 0 7 5D 1 37 62 35
Octal 375 353 22 0 7 135 1 67 142 65
Binary 11111101 11101011 10010 0 111 1011101 1 110111 1100010 110101

Color Harmonies of #FDEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB12

Black with #FDEB12

Text Example


Text Example

White with #FDEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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