Html Css Color HEX #FADD13 Lemon

📋 copy color: '#FADD13'

red 250 ◦ green 221 ◦ blue 19

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

Shades of Lemon #FADD13

Tints of Lemon #FADD13

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

 GREEN value IS 221 (86.72% from 255) = 45.1%

 BLUE value IS 19 (7.81% from 255) = 3.88%

R = 51.02%
G = 45.1%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADD13 (or 0xFADD13) is known color: Lemon. HEX triplet: FA, DD and 13. RGB value is (250,221,19). Sum of RGB (Red+Green+Blue) = 250+221+19=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD13 is #0522EC. Grayscale: #CFCFCF. Windows color (decimal): -336621 or 1302010. OLE color: 1302010.

HSL color Cylindrical-coordinate representation of color #FADD13: hue angle of 52.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FADD13 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 19 -
CMYK 0 0.12 0.92 0.02
HSL 52.47º 0.96% 0.53% -
HSV(B) 52.47º 0.92% 0.98% -
XYZ 65.4 72.08 11.08 -
YUV 206.64 22.11 158.93 -
System Red Green Blue C M Y K H S L
Decimal 250 221 19 0 0.12 0.92 0.02 52.47 0.96 0.53
Hex FA DD 13 0 C 5C 2 34 60 35
Octal 372 335 23 0 14 134 2 64 140 65
Binary 11111010 11011101 10011 0 1100 1011100 10 110100 1100000 110101

Color Harmonies of #FADD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD13

Black with #FADD13

Text Example


Text Example

White with #FADD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD13; }

 p { color: rgb(250,221,19); }

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

background-color css

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

 a { background-color: rgb(250,221,19); }

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

border-color css

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

 span { border-color: rgb(250,221,19); }

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