Html Css Color HEX #FADE13 Lemon

📋 copy color: '#FADE13'

red 250 ◦ green 222 ◦ blue 19

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

Shades of Lemon #FADE13

Tints of Lemon #FADE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

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

R = 50.92%
G = 45.21%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FADE13 (or 0xFADE13) is known color: Lemon. HEX triplet: FA, DE and 13. RGB value is (250,222,19). Sum of RGB (Red+Green+Blue) = 250+222+19=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE13 is #0521EC. Grayscale: #D0D0D0. Windows color (decimal): -336365 or 1302266. OLE color: 1302266.

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

Color convert

RGB 250 222 19 -
CMYK 0 0.11 0.92 0.02
HSL 52.73º 0.96% 0.53% -
HSV(B) 52.73º 0.92% 0.98% -
XYZ 65.66 72.61 11.17 -
YUV 207.23 21.78 158.51 -
System Red Green Blue C M Y K H S L
Decimal 250 222 19 0 0.11 0.92 0.02 52.73 0.96 0.53
Hex FA DE 13 0 B 5C 2 35 60 35
Octal 372 336 23 0 13 134 2 65 140 65
Binary 11111010 11011110 10011 0 1011 1011100 10 110101 1100000 110101

Color Harmonies of #FADE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE13

Black with #FADE13

Text Example


Text Example

White with #FADE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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